Skip to content
Snippets Groups Projects
Commit 1e4a10be authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove console.log

parent a4378ba0
No related branches found
No related tags found
1 merge request!6remove console.log
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment