diff --git a/scene/animation/tween.cpp b/scene/animation/tween.cpp index a6c3429dab0..f9666a48537 100644 --- a/scene/animation/tween.cpp +++ b/scene/animation/tween.cpp @@ -597,7 +597,6 @@ void PropertyTweener::start() { Object *target_instance = ObjectDB::get_instance(target); if (!target_instance) { - WARN_PRINT("Target object freed before starting, aborting Tweener."); return; }