From 1e4a10be5574f05524743c1320490b566ed8429e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 5 Jul 2022 14:38:55 +0200 Subject: [PATCH] remove console.log --- public_html/javascript/ubd.class.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/javascript/ubd.class.js b/public_html/javascript/ubd.class.js index 1ebb582..d307e24 100644 --- a/public_html/javascript/ubd.class.js +++ b/public_html/javascript/ubd.class.js @@ -170,7 +170,6 @@ class ubd { async update() { let self = this; let url = (typeof this._sUrl2Fetch == "function") ? this._sUrl2Fetch() : this._sUrl2Fetch; - console.log("update from url [" + url + "]"); if (url == undefined) { console.error("SKIP update - there is no url in this object instance (anymore) :-/"); this.dumpme(); -- GitLab