You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Make some debug prints verbose-only, remove others
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
/*************************************************************************/
|
||||
|
||||
#include "button.h"
|
||||
#include "print_string.h"
|
||||
#include "servers/visual_server.h"
|
||||
#include "translation.h"
|
||||
|
||||
@@ -76,8 +75,6 @@ void Button::_notification(int p_what) {
|
||||
Color color;
|
||||
Color color_icon(1, 1, 1, 1);
|
||||
|
||||
//print_line(get_text()+": "+itos(is_flat())+" hover "+itos(get_draw_mode()));
|
||||
|
||||
Ref<StyleBox> style = get_stylebox("normal");
|
||||
|
||||
switch (get_draw_mode()) {
|
||||
|
||||
Reference in New Issue
Block a user