Skip to content

Commit 67c0239

Browse files
committed
Remove console log
1 parent bf923f7 commit 67c0239

File tree

1 file changed

+0
-4
lines changed
  • specifyweb/frontend/js_src/lib/components/Statistics

1 file changed

+0
-4
lines changed

specifyweb/frontend/js_src/lib/components/Statistics/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ function ProtectedStatsPage(): JSX.Element | null {
288288
),
289289
[activePage.pageIndex, activePage.isShared]
290290
);
291-
292-
if (process.env.NODE_ENV === 'development') {
293-
console.log('Layout Updates');
294-
}
295291
// Used to set unknown categories once for layout initially, and every time for default layout
296292
useDynamicCategorySetter(
297293
backEndResponse,

0 commit comments

Comments
 (0)