remove console.log

stable
Juanfran 2015-01-15 16:17:14 +01:00
parent 2e498b2b90
commit 7c2550587b
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class ConfigurationService
@.$inject = ["localconf"]
constructor: (localconf) ->
console.log localconf
@.config = _.merge(_.clone(defaults, true), localconf)
get: (key, defaultValue=null) ->