diff --git a/js/app.js b/js/app.js index 7c5c6dc87..1caa20b24 100644 --- a/js/app.js +++ b/js/app.js @@ -16,10 +16,6 @@ if (localConfig) { } } -var log = function() { - if (config.verbose) console.log(arguments); -} - var modules = [ 'ngRoute', 'angularMoment',