Skip to content

Commit 1804a3d

Browse files
committed
Transition 2.0: Maintenance
1 parent eda6eb2 commit 1804a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

transition.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ function lib:enterFrame ( event )
491491
-- check for any cancel lib variables
492492
if cancelType then
493493
if cancelType == "all" then
494-
print("cancelling all")
495494
tween._cancelled = true
496495
elseif cancelType == "tag" then
497496
if tween.tag == cancelTarget then

0 commit comments

Comments
 (0)