Skip to content

Commit

Permalink
removed pointless log
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-j committed Mar 19, 2016
1 parent bd71838 commit 7841f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bte/src/io/piotrjastrzebski/bte/AIEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void initialize (BehaviorTree tree) {
*/
public void initialize (final BehaviorTree tree, boolean copy) {
reset();
Gdx.app.log(TAG, "Editing tree " + tree);
if (copy) {
this.tree = (BehaviorTree)tree.cloneTask();
} else {
Expand Down

0 comments on commit 7841f3e

Please sign in to comment.