Skip to content

Commit

Permalink
remove debugger statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Büßemeyer authored and Michael Büßemeyer committed Dec 12, 2024
1 parent 6b84c24 commit 5acc47b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export function isAnnotationOwner(state: OxalisState) {
}

export function isAnnotationFromDifferentOrganization(state: OxalisState) {
debugger;
const activeUser = state.activeUser;

return !!(activeUser && activeUser?.organization !== state.tracing.organization);
Expand Down
1 change: 0 additions & 1 deletion frontend/javascripts/oxalis/model_initialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ function initializeTracing(
};
}

debugger;
Store.dispatch(initializeAnnotationAction(annotation));
getServerVolumeTracings(serverTracings).map((volumeTracing) => {
ErrorHandling.assert(
Expand Down

0 comments on commit 5acc47b

Please sign in to comment.