remove unused log

This commit is contained in:
Matias Alejo Garcia 2014-10-30 19:06:32 -03:00
commit 24d4859e32

View file

@ -16,10 +16,6 @@ if (localConfig) {
}
}
var log = function() {
if (config.verbose) console.log(arguments);
}
var modules = [
'ngRoute',
'angularMoment',