DatabaseServerMessenger - cleanup

This commit is contained in:
Stephan
2015-07-17 10:48:09 +02:00
parent b5cf3e9f59
commit d1b6b5c76f

View File

@@ -263,7 +263,6 @@ namespace Umbraco.Core.Sync
//we cannot throw here because this invalid instruction will just keep getting processed over and over and errors
// will be thrown over and over. The only thing we can do is ignore and move on.
lastId = dto.Id;
continue; continue;
}
}