Skip to content

Commit

Permalink
Accidentally left debug enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunbaratu committed Jul 23, 2019
1 parent e0db6f9 commit 2fcce2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaserDist/LaserDist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace LaserDist
/// </summary>
public class LaserDistModule : PartModule
{
private bool debugMsg = true;
private bool debugMsg = false;
private bool debugLineDraw = false;

/// <summary>
Expand Down

0 comments on commit 2fcce2d

Please sign in to comment.