Skip to content

Commit

Permalink
remove instrumentationEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Dec 14, 2023
1 parent f1af402 commit 94468b8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,11 +588,6 @@ public void recordUsage(String key) {
}
}

/** Whether instrumentation is enabled, recording property usage data through this object. */
public boolean instrumentationEnabled() {
return enableInstrumentation;
}

/**
* Get all the keys contained by sub configurations.
*
Expand Down

0 comments on commit 94468b8

Please sign in to comment.