From f2986e423c9cfe6cfe1e7a7457cef43835be82d5 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 23 Nov 2023 16:31:13 +0100
Subject: [PATCH] remove console.log

---
 public_html/deployment/js/functions.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/public_html/deployment/js/functions.js b/public_html/deployment/js/functions.js
index 62f7ac9b..b50f3bd8 100644
--- a/public_html/deployment/js/functions.js
+++ b/public_html/deployment/js/functions.js
@@ -58,7 +58,6 @@ function wb_getdefaults(sId, aOverrides) {
     if (_aReturn['y']<_aReturn['top']){
         _aReturn['y']=_aReturn['top'];
     }
-    console.log(_aReturn);
     return _aReturn;
 }
 /**
-- 
GitLab