diff --git a/storage-net/common.lua b/storage-net/common.lua
index 716f9c7..c3b9e1e 100644
--- a/storage-net/common.lua
+++ b/storage-net/common.lua
@@ -69,7 +69,6 @@ function m_loop()
     -- Listen for packets on the return net
     local msg = c_waitForMessage()
     if not msg then
-        sleep(1)
         return
     end
     if msg["type"] == "pong" then
@@ -83,7 +82,6 @@ function s_loop()
     -- Listen for packets from the master
     local msg = c_waitForMessage()
     if not msg then
-        sleep(1)
         return
     end
     if (msg["type"] == "ping") then