diff --git a/exec/json-service.js b/exec/json-service.js
index 7e96218ad8b74330432af7fc6dc4e178a5f0f696..5c6304da06860a9244a99bd8788f69cb44f9fff3 100644
--- a/exec/json-service.js
+++ b/exec/json-service.js
@@ -573,7 +573,6 @@ engine = new (function() {
 			}
 			break;
 		}
-		log("packet operation: " + packet.oper + " module r/w: " + module.read + "/" + module.write);
 		return true;
 	}