Skip to content

Commit

Permalink
replace flash.trace to console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
superman2211 committed Apr 30, 2018
1 parent b3c5f89 commit fe4adfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/templates/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@

loader.get_contentLoaderInfo().removeEventListener(flash.events.Event.COMPLETE, loadComplete);

flash.trace("loadComplete");
flash.trace("loader.content = " + loader.get_content());
console.log("loadComplete");
console.log("loader.content = " + loader.get_content());

stage.addChild(loader.get_content());
}
Expand Down

0 comments on commit fe4adfe

Please sign in to comment.