Skip to content

Commit

Permalink
Removing log statement used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaalanwar committed Nov 14, 2023
1 parent 32420b8 commit 90e0773
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export class TableDetail extends React.Component<
getTableData(this.key, index, source);

if (getDynamicNoticesEnabledByResource(ResourceType.table)) {
console.log("getNoticesDispatch(", this.key, ")")
getNoticesDispatch(this.key);
}

Expand Down

0 comments on commit 90e0773

Please sign in to comment.