Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 2, 2024
1 parent 8002ce9 commit e328d0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/renderer/src/scripts/others/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ const getLocalRemoteComparisonResults = async (datasetId, localDatasetPath) => {
const response = await client.get(
`/datasets/${datasetId}/comparison_results?local_dataset_path=${localDatasetPath}`
);
console.log(response.data);
return response.data;
};

Expand Down
1 change: 0 additions & 1 deletion src/renderer/src/scripts/others/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ const initializeSODARenderer = async () => {
initializeSODARenderer();

const abortPennsieveAgentCheck = (pennsieveAgentStatusDivId) => {
console.log("CHange for build");
setPennsieveAgentCheckSuccessful(false);
if (!pennsieveAgentStatusDivId) {
return;
Expand Down

0 comments on commit e328d0f

Please sign in to comment.