♻️ removed Print statements

This commit is contained in:
2025-11-25 17:20:58 +01:00
parent f37f7c7ceb
commit 75e4bdd7fd
5 changed files with 0 additions and 14 deletions
@@ -12,8 +12,6 @@ public partial class QuestTrigger : Node
public void Trigger()
{
GD.Print("trigger");
if (questResource == null)
throw new Exception("QuestResource is not set on QuestTrigger node.");