Skip to content

Commit

Permalink
Removed a trace call.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechambers committed Sep 21, 2009
1 parent 4278414 commit 23aee5d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -57,7 +57,6 @@ package com.adobe.air.net.events

assertTrue("original != clone", original != clone);

trace(clone.bubbles, original.bubbles);
assertTrue("clone.bubbles == original.bubbles",
clone.bubbles == original.bubbles);
assertTrue("clone.cancelable == original.cancelable",
Expand Down

0 comments on commit 23aee5d

Please sign in to comment.