mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 23:03:53 +00:00
Comment out a few debug prints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user