remove debug info
This commit is contained in:
parent
53c9fea18b
commit
a4d501da99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue