Fix SyncId type hint & remove debug prints

This commit is contained in:
miruka
2020-05-10 15:07:21 -04:00
parent 7048a0ac08
commit f4dca1c2c9
3 changed files with 2 additions and 4 deletions

View File

@@ -72,7 +72,6 @@ QtObject {
function onModelItemDeleted(syncId, index, count=1) {
// print("delete", syncId, index, count)
print(syncId, index, count)
ModelStore.get(syncId).remove(index, count)
}