Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Dec 12, 2023
1 parent 26bc097 commit 825bac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/ConversionForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ const ConversionForm = ({
setEngineSelected(true);
};

// we sent one health check on page load
// that might have been a while ago, lets send another
const handleFileSelection = async (file: UploadFile) => {
setFileToConvert(file);
};
Expand Down

0 comments on commit 825bac6

Please sign in to comment.