deleted debug log

This commit is contained in:
Kevin Jahns
2015-04-19 19:21:05 +02:00
parent 2a78cdba48
commit b9cdbcc6fa
5 changed files with 3 additions and 13 deletions

View File

@@ -15,8 +15,6 @@ module.exports = ()->
#
constructor: (custom_type, uid, content, content_operations)->
@_map = {}
console.log("delete this ...")
this.constructed_with = [custom_type, content, content_operations] # debug!
super custom_type, uid, content, content_operations
type: "MapManager"