Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
quick trace removal
Browse files Browse the repository at this point in the history
  • Loading branch information
zeh fernando committed Jul 29, 2009
1 parent 128224b commit 6875c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion as3/caurina/transitions/Tweener.as
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ package caurina.transitions {
* @return Boolean FALSE if it's already finished and should be deleted, TRUE if otherwise
*/
private static function updateTweenByIndex (i:Number):Boolean {
trace("updateTweenByIndex("+i+")");

var tTweening:TweenListObj = _tweenList[i]; // Shortcut to this tweening

if (tTweening == null || !Boolean(tTweening.scope)) return false;
Expand Down

0 comments on commit 6875c9e

Please sign in to comment.