diff --git a/static/js/services/utilRegistry.js b/static/js/services/utilRegistry.js index ada1f7d0f..259b828c0 100644 --- a/static/js/services/utilRegistry.js +++ b/static/js/services/utilRegistry.js @@ -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); - }, - }; - })();