diff --git a/website/client/src/components/appFooter.vue b/website/client/src/components/appFooter.vue index 5a9b747469..b6dd901cd4 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -829,7 +829,6 @@ const DEBUG_ENABLED = process.env.DEBUG_ENABLED === 'true'; // eslint-disable-li const TIME_TRAVEL_ENABLED = process.env.TIME_TRAVEL_ENABLED === 'true'; // eslint-disable-line no-process-env let sinon; if (TIME_TRAVEL_ENABLED) { - console.log(TIME_TRAVEL_ENABLED); // eslint-disable-next-line global-require sinon = await import('sinon'); }