mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
deleted debug log
This commit is contained in:
@@ -13,8 +13,6 @@ module.exports = function() {
|
||||
|
||||
function MapManager(custom_type, uid, content, content_operations) {
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user