You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -68,8 +68,6 @@ void LinkButton::_notification(int p_what) {
|
||||
Color color;
|
||||
bool do_underline = false;
|
||||
|
||||
//print_line(get_text()+": "+itos(is_flat())+" hover "+itos(get_draw_mode()));
|
||||
|
||||
switch (get_draw_mode()) {
|
||||
|
||||
case DRAW_NORMAL: {
|
||||
|
||||
Reference in New Issue
Block a user