mirror of https://gitee.com/bigwinds/arangodb
Remove debug
This commit is contained in:
parent
7b758efaeb
commit
3f9f03bb38
|
@ -779,7 +779,6 @@ function createLocalCollections (plannedCollections, planVersion, takeOverRespon
|
||||||
}
|
}
|
||||||
|
|
||||||
if (takeOverResponsibility && !didWrite) {
|
if (takeOverResponsibility && !didWrite) {
|
||||||
console.info("HMMMM WRITE");
|
|
||||||
writeLocked({ part: "Current" },
|
writeLocked({ part: "Current" },
|
||||||
takeOver,
|
takeOver,
|
||||||
[ database, shard, collInfo, error ]);
|
[ database, shard, collInfo, error ]);
|
||||||
|
|
Loading…
Reference in New Issue