deleted debug log
This commit is contained in:
parent
2a78cdba48
commit
b9cdbcc6fa
@ -13,8 +13,6 @@ module.exports = function() {
|
|||||||
|
|
||||||
function MapManager(custom_type, uid, content, content_operations) {
|
function MapManager(custom_type, uid, content, content_operations) {
|
||||||
this._map = {};
|
this._map = {};
|
||||||
console.log("delete this ...");
|
|
||||||
this.constructed_with = [custom_type, content, content_operations];
|
|
||||||
MapManager.__super__.constructor.call(this, custom_type, uid, content, content_operations);
|
MapManager.__super__.constructor.call(this, custom_type, uid, content, content_operations);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -15,8 +15,6 @@ module.exports = ()->
|
|||||||
#
|
#
|
||||||
constructor: (custom_type, uid, content, content_operations)->
|
constructor: (custom_type, uid, content, content_operations)->
|
||||||
@_map = {}
|
@_map = {}
|
||||||
console.log("delete this ...")
|
|
||||||
this.constructed_with = [custom_type, content, content_operations] # debug!
|
|
||||||
super custom_type, uid, content, content_operations
|
super custom_type, uid, content, content_operations
|
||||||
|
|
||||||
type: "MapManager"
|
type: "MapManager"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user