diff --git a/src/main.ts b/src/main.ts index e6689cd..598e997 100644 --- a/src/main.ts +++ b/src/main.ts @@ -70,7 +70,6 @@ async function getRemoteFileSizes(sftp: Client, path: string,fromPath: string) { if(path ==="./"){ path="." } - // const files = await sftp.list(path) const fileSizes: Record = {} const processDirectory = async (dirPath: string) => {