Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
removed errant print statement
  • Loading branch information
zaknafean committed Oct 15, 2021
1 parent 6fcc217 commit b10bca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/dialogic/Nodes/DialogNode.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,6 @@ func add_choice_button(option: Dictionary):
var buttonCount = button_container.get_child_count()
var hotkeyOption = settings.get_value('input', str('choice_hotkey_', buttonCount), '')

print(hotkeyOption)
# If there is a hotkey, use that key
if hotkeyOption != '' and hotkeyOption != '[Default]':
hotkey = InputEventAction.new()
Expand Down

0 comments on commit b10bca4

Please sign in to comment.