remove console.log
parent
2e498b2b90
commit
7c2550587b
|
@ -29,7 +29,6 @@ class ConfigurationService
|
||||||
@.$inject = ["localconf"]
|
@.$inject = ["localconf"]
|
||||||
|
|
||||||
constructor: (localconf) ->
|
constructor: (localconf) ->
|
||||||
console.log localconf
|
|
||||||
@.config = _.merge(_.clone(defaults, true), localconf)
|
@.config = _.merge(_.clone(defaults, true), localconf)
|
||||||
|
|
||||||
get: (key, defaultValue=null) ->
|
get: (key, defaultValue=null) ->
|
||||||
|
|
Loading…
Reference in New Issue