Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
xoppa committed Oct 18, 2016
1 parent 9e730ba commit 5819345
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ public void create () {
}
}
}

toggleDebugMode();
}

@Override
Expand Down Expand Up @@ -132,7 +130,6 @@ public void update () {
super.update();
// And fetch the new transformation of the character (this will make the model be rendered correctly)
ghostObject.getWorldTransform(characterTransform);
Gdx.app.log("Test", characterTransform.toString());
}

@Override
Expand Down

0 comments on commit 5819345

Please sign in to comment.