Skip to content

Commit dbe304a

Browse files
committed
fix: remove debug message in cloud server
#628 for me the cloud server does not stop. even when i call server.stop(). I am not sure why.
1 parent c3f1234 commit dbe304a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scratchattach/eventhandlers/cloud_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def handleMessage(self):
132132
return
133133

134134
data = json.loads(self.data)
135-
print(data)
135+
# print(data)
136136

137137
if data["method"] == "set":
138138
self.handle_set(data)

0 commit comments

Comments
 (0)