Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenDEV committed Aug 22, 2014
1 parent fb6a9d7 commit 2f4064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/muhavision/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void main(String[] args) {

DroneController controller = new DroneController(visual);

public static final boolean DEBUG = true;
public static final boolean DEBUG = false;

public FlightMode flightMode = new FlightMode();

Expand Down

0 comments on commit 2f4064d

Please sign in to comment.