From 06757cac2bb27d13018a34ec55f19ee6de252481 Mon Sep 17 00:00:00 2001 From: Maximilian Giller <m.giller@tu-bs.de> Date: Fri, 4 Feb 2022 00:30:43 +0100 Subject: [PATCH] Removed log statement --- editor/js/interactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/js/interactions.js b/editor/js/interactions.js index a58d0b6..5fc1796 100644 --- a/editor/js/interactions.js +++ b/editor/js/interactions.js @@ -36,7 +36,7 @@ function loadSpacesList() { function importSpaceFromInterface() { var json = undefined; - try {console.log(jQuery("#import-space-area").val()); + try { json = JSON.parse(jQuery("#import-space-area").val()); } catch (e) { -- GitLab