Remove debug print

This commit is contained in:
Markus Koch 2020-04-18 12:35:49 +02:00
parent 6284c9d8b4
commit c10f229f49
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ if (urlParams.has('editor')) {
function strToPoints(str) {
var temp = JSON.parse("[" + str + "]"); // TODO: add .5 everwhere
console.log(temp);
return temp;
}