diff --git a/public_html/javascript/ubd.class.js b/public_html/javascript/ubd.class.js index 1ebb58290f98823e205a4d77a43022080f653fc5..d307e246d1c08b19c6083a9f9b1e5b7a8ac75286 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();