Skip to content

Commit

Permalink
Disable profiling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsims committed Jul 7, 2017
1 parent 393a747 commit 5d2e8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/javarosa/core/model/FormDef.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class FormDef implements IFormElement, IMetaData,
//If this instance is just being edited, don't fire end of form events
private boolean isCompletedInstance;

private boolean mProfilingEnabled = true;
private boolean mProfilingEnabled = false;

/**
* Cache children that trigger target will cascade to. For speeding up
Expand Down

0 comments on commit 5d2e8c7

Please sign in to comment.