From f61b4b581a794447bd5cc5d02dfd6da42dfd14d8 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 21 Apr 2019 21:15:13 +0200 Subject: [PATCH] remove obsolete utils.setup JS code --- static/js/services/utilRegistry.js | 8 -------- 1 file changed, 8 deletions(-) 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); - }, - }; - })();