Skip to content

Commit

Permalink
Remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainpiot committed Dec 12, 2024
1 parent bfe11b5 commit 6d12a45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class SensorTelemetryStorage {

public SensorTelemetryStorage() {
data = new HashMap<>();
data.put(NOTEBOOK_PRESENT_KEY.key(), "false");
}

public Map<String, String> data() {
Expand Down

0 comments on commit 6d12a45

Please sign in to comment.