Skip to content
Snippets Groups Projects
Commit 06757cac authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Removed log statement

parent 61025a7d
No related branches found
No related tags found
No related merge requests found
Pipeline #54326 passed
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment