Remove debug print
This commit is contained in:
parent
6284c9d8b4
commit
c10f229f49
@ -28,7 +28,6 @@ if (urlParams.has('editor')) {
|
|||||||
|
|
||||||
function strToPoints(str) {
|
function strToPoints(str) {
|
||||||
var temp = JSON.parse("[" + str + "]"); // TODO: add .5 everwhere
|
var temp = JSON.parse("[" + str + "]"); // TODO: add .5 everwhere
|
||||||
console.log(temp);
|
|
||||||
return temp;
|
return temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user