Skip to content

Commit

Permalink
removed debug trace calls
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed May 5, 2012
1 parent 7e56f17 commit 60bd17b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/scaffold_mobile/src/Game.as
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ package
// the contentScaleFactor is calculated from stage size and viewport size
Assets.contentScaleFactor = Starling.current.contentScaleFactor;

trace("csf: " + Starling.current.contentScaleFactor);
trace("asf: " + Assets.contentScaleFactor);

// prepare assets
Assets.prepareSounds();
Assets.loadBitmapFonts();
Expand Down

0 comments on commit 60bd17b

Please sign in to comment.