remove console.info

This commit is contained in:
Chris Hatch
2014-07-20 20:21:28 +08:00
parent db6419414c
commit 8ad46f0813

View File

@@ -17,7 +17,6 @@ class MainView extends Backbone.View
resources = {} resources = {}
counter = 0 counter = 0
for resource in @model.apisArray for resource in @model.apisArray
console.info(resource);
id = resource.name id = resource.name
while typeof resources[id] isnt 'undefined' while typeof resources[id] isnt 'undefined'
id = id + "_" + counter id = id + "_" + counter