Skip to content

Commit

Permalink
remove noisy print
Browse files Browse the repository at this point in the history
  • Loading branch information
towai committed Nov 8, 2022
1 parent 5f06278 commit 7f0c8b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SectionHandle.gd
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@ func _gui_input(event):
set_bar(bar)


func set_bar(bar:float):
print(bar)
emit_signal("bar_changed",bar,self)


func _process(delta): pass
func set_bar(bar:float): emit_signal("bar_changed",bar,self)

0 comments on commit 7f0c8b0

Please sign in to comment.