From 02181292b8976c4edf99fd7d74622423fc4da017 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sat, 9 Jun 2018 15:49:16 -0300 Subject: Minor changes to the AnimationPlayer editor. --- scene/resources/animation.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scene') diff --git a/scene/resources/animation.cpp b/scene/resources/animation.cpp index 3185fb6768..e57a2b68c8 100644 --- a/scene/resources/animation.cpp +++ b/scene/resources/animation.cpp @@ -2363,7 +2363,6 @@ float Animation::bezier_track_interpolate(int p_track, float p_time) const { int Animation::audio_track_insert_key(int p_track, float p_time, const RES &p_stream, float p_start_offset, float p_end_offset) { - print_line("really insert key? "); ERR_FAIL_INDEX_V(p_track, tracks.size(), -1); Track *t = tracks[p_track]; ERR_FAIL_COND_V(t->type != TYPE_AUDIO, -1); -- cgit v1.2.3