Skip to content

Commit

Permalink
build/remove-console
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJJackson committed May 31, 2024
1 parent 6714720 commit 0f0442e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app-pages/project/dashboard/cards/reportConfigsCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ const ReportConfigsCard = connect(
);
}

console.log('test import.meta.env.VITE_REPORT_DOWNLOAD', import.meta.env.VITE_REPORT_DOWNLOAD)

const beginDownloadReportJob = id => {
const tId = toast.loading('Getting your report ready for download. This may take a minute...');
setToastId(tId);
Expand Down

0 comments on commit 0f0442e

Please sign in to comment.