remove debug info

master
Nicolò Balzarotti 2018-09-17 13:34:58 +02:00
parent 53c9fea18b
commit a4d501da99
1 changed files with 1 additions and 3 deletions

View File

@ -26,13 +26,11 @@ function background_sync(s::MatrixSync)
@async while sync_enabled
res = sync!(s)
if :sync in keys(hooks)
# println("Calling hook")
hooks[:sync](res)
else
println("NOT Calling hook")
end
end
end
function stop_sync!()
global sync_enabled
oldstatus = sync_enabled