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

Merge branch 'abstract_ubd_class' into 'master'

remove console.log

See merge request !6
parents c60c3a16 1e4a10be
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