remove obsolete utils.setup JS code

This commit is contained in:
Felix Hamann 2019-04-21 21:15:13 +02:00
parent f5da46ff5a
commit f61b4b581a

View File

@ -144,12 +144,4 @@
window.UtilRegistry.setupAll();
});
// REMOVE ME. JUST HERE TO AVOID JS ERRORS
window.utils = {
setup: function(name) {
console.log('not really setting up', name);
},
};
})();