mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 14:53:49 +00:00
Comment out a few debug prints
This commit is contained in:
@@ -52,7 +52,7 @@ module W3DHubLauncher
|
||||
|
||||
# event from Worker received
|
||||
def handle_event(event, data)
|
||||
pp [event, data]
|
||||
# pp [event, data]
|
||||
|
||||
case event
|
||||
when STATUS_ERROR, STATUS_COMPLETE
|
||||
|
||||
@@ -36,7 +36,7 @@ module W3DHubLauncher
|
||||
if response.success?
|
||||
result.data = response.read
|
||||
else
|
||||
pp response
|
||||
# pp response
|
||||
result.error = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user