Removed stray print.

This commit is contained in:
Relintai 2021-12-23 16:51:59 +01:00
parent 9c4c30b821
commit 6b388b3c1b

View File

@ -173,7 +173,6 @@ func _button_zoom_plus() -> void:
func _notification(p_what : int) -> void:
if (p_what == NOTIFICATION_ENTER_TREE || p_what == NOTIFICATION_THEME_CHANGED):
print(get_icon("ZoomLess", "EditorIcons"))
zoom_minus.icon = get_icon("ZoomLess", "EditorIcons")
zoom_plus.icon = get_icon("ZoomMore", "EditorIcons")