Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
removed useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Nov 5, 2016
1 parent 6b2159e commit 3cc4815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ engine.actions.changeState = function(param) {

engine.actions.playMusic = function(param) {
bgmusic.play(param[0]);
console.log(param[0])
}

engine.actions.teleportInPlace = function(param) {
Expand Down

0 comments on commit 3cc4815

Please sign in to comment.