remove console log

This commit is contained in:
Abhinav 2022-04-21 00:22:21 +05:30
parent 04459e18bd
commit 01d832f7b1

View file

@ -86,9 +86,6 @@ class ImportService {
type: DESKTOP_UPLOAD_TYPE.FILES | DESKTOP_UPLOAD_TYPE.ZIPS,
filePaths: string[]
) {
if (type === DESKTOP_UPLOAD_TYPE.ZIPS) {
console.trace(filePaths);
}
this.ElectronAPIs.setToUploadFiles(type, filePaths);
}