Skip to content

Commit

Permalink
Revert "Guard against moving out of done reco state"
Browse files Browse the repository at this point in the history
This reverts commit be5a9c5.
  • Loading branch information
hobinjk-ptc committed May 6, 2024
1 parent 8a511e1 commit f1bbcfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/spatialAnalytics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ let recordingState = RecordingState.empty;
let recordingStarted = false;

function setRecordingState(newState) {
if (recordingState === RecordingState.done) {
return;
}
recordingState = newState;
switch (recordingState) {
case RecordingState.empty:
Expand Down

0 comments on commit f1bbcfa

Please sign in to comment.