Skip to content
Snippets Groups Projects

remove console.log

Merged Hahn Axel (hahn) requested to merge abstract_ubd_class into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -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();
Loading