Zylann / godot_editor_debugger_plugin

A plugin to inspect the editor's scene tree itself, within the editor.
196 stars 20 forks source link

Don't redundantly print the node on right click #8

Open ryevdokimov opened 8 months ago

ryevdokimov commented 8 months ago

Before:

https://github.com/Zylann/godot_editor_debugger_plugin/assets/105675984/b396e03a-d095-48d2-98f6-557012c79c13

After:

https://github.com/Zylann/godot_editor_debugger_plugin/assets/105675984/5e3a602d-42d2-473c-8ff2-82422ba9201b

Zylann commented 7 months ago

I'd rather not print anything. I believe this was for debugging.

ryevdokimov commented 7 months ago

Understood, feel free to close. There are a few different print statements that I'm not sure if you'd like to keep or not.