From a4d501da9961e48084ba308bc1cc98f028d8cc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Mon, 17 Sep 2018 13:34:58 +0200 Subject: [PATCH] remove debug info --- src/sync.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/sync.jl b/src/sync.jl index 84dc708..7a78d22 100644 --- a/src/sync.jl +++ b/src/sync.jl @@ -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