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

@@ -105,9 +105,9 @@ module W3DHubLauncher
step = @steps.shift
step&.call
pp (1.0 - (@steps.size / @step_count.to_f)), @steps.size, @step_count
# pp (1.0 - (@steps.size / @step_count.to_f)), @steps.size, @step_count
@progress_bar.value = (1.0 - (@steps.size / @step_count.to_f))
puts
if step.nil? && @initialization_acceptable
after(100) do