This commit is contained in:
Kevin Jahns 2016-11-09 14:19:13 +01:00
parent 6c375a37c8
commit 4e9e21e75e

View File

@ -145,9 +145,6 @@ module.exports = function (Y/* :any */) {
}
}
findNextSyncTarget () {
if (this.y == null) {
debugger
}
if (this.currentSyncTarget != null) {
return // "The current sync has not finished!"
}