Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
radek00 committed Oct 18, 2023
1 parent 3b6cc63 commit 51ec7a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SecureSend/ClientApp/src/views/FileUploadView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ const handlePause = async (file: File) => {
//events
const onSubmit = handleSubmit(async () => {
console.log("triggered");
if (step.value === 2) {
isLoading!.value = true;
if (!isUploadSetup.value) {
Expand Down

0 comments on commit 51ec7a0

Please sign in to comment.