We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf923f7 commit 67c0239Copy full SHA for 67c0239
specifyweb/frontend/js_src/lib/components/Statistics/index.tsx
@@ -288,10 +288,6 @@ function ProtectedStatsPage(): JSX.Element | null {
288
),
289
[activePage.pageIndex, activePage.isShared]
290
);
291
-
292
- if (process.env.NODE_ENV === 'development') {
293
- console.log('Layout Updates');
294
- }
295
// Used to set unknown categories once for layout initially, and every time for default layout
296
useDynamicCategorySetter(
297
backEndResponse,
0 commit comments