Comment out a few debug prints

This commit is contained in:
2026-09-04 20:53:05 -05:00
parent 8333c7b00d
commit b589a3dc1b
5 changed files with 7 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ module W3DHubLauncher
if response.success?
result.data = response.read
else
pp response
# pp response
result.error = true
end
end