Remove commented out toasts

This commit is contained in:
advplyr 2023-12-08 17:03:08 -06:00
parent 1822b21af8
commit 84e376a7cf
4 changed files with 1 additions and 15 deletions

View file

@ -58,7 +58,6 @@
</template>
<script>
import { Dialog } from '@capacitor/dialog'
import { AbsFileSystem, AbsDownloader } from '@/plugins/capacitor'
export default {
@ -215,7 +214,7 @@ export default {
}
console.log('Local folder', JSON.stringify(localFolder))
this.startDownload(localFolder)
},
async startDownload(localFolder) {