summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-07-20 17:23:39 +0200
committerGitHub <noreply@github.com>2021-07-20 17:23:39 +0200
commit67d3195c60da676e12e49f5911cc6ec1f37e55a6 (patch)
treeb2ece99575b97e59fbe4162ceae8e4d1bf6101bc /editor/editor_inspector.cpp
parenta0b17b5c6fda4d2d09e47a4305ddd3ff9e92eec6 (diff)
parent91bd7b9b2c17392d86b4d0661f59b5246fc28788 (diff)
downloadredot-engine-67d3195c60da676e12e49f5911cc6ec1f37e55a6.tar.gz
Merge pull request #50648 from foxydevloper/remove-weird-prints
Remove leftover prints when using shader global variables
Diffstat (limited to 'editor/editor_inspector.cpp')
-rw-r--r--editor/editor_inspector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp
index b9245fba80..9fa2007597 100644
--- a/editor/editor_inspector.cpp
+++ b/editor/editor_inspector.cpp
@@ -2367,7 +2367,6 @@ void EditorInspector::_property_keyed(const String &p_path, bool p_advance) {
}
void EditorInspector::_property_deleted(const String &p_path) {
- print_line("deleted pressed?");
if (!object) {
return;
}