You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "base_button.h"
|
||||
|
||||
#include "os/keyboard.h"
|
||||
#include "print_string.h"
|
||||
#include "scene/main/viewport.h"
|
||||
#include "scene/scene_string_names.h"
|
||||
|
||||
@@ -361,7 +360,6 @@ BaseButton::DrawMode BaseButton::get_draw_mode() const {
|
||||
return DRAW_DISABLED;
|
||||
};
|
||||
|
||||
//print_line("press attempt: "+itos(status.press_attempt)+" hover: "+itos(status.hovering)+" pressed: "+itos(status.pressed));
|
||||
if (status.press_attempt == false && status.hovering && !status.pressed) {
|
||||
|
||||
return DRAW_HOVER;
|
||||
|
||||
Reference in New Issue
Block a user