Remove debugging console.error

This commit is contained in:
yflory 2019-10-03 12:31:33 +02:00
parent 66d7d93496
commit 8c61e3b9c4

View file

@ -823,7 +823,6 @@ define([
}
}
if (!proxy.metadata || typeof(proxy.metadata.title) === "undefined") {
console.error("UPDATE TITLE");
Title.updateTitle(Title.defaultTitle);
}