Remove loggers

This commit is contained in:
Sam Carlton 2022-07-18 21:38:22 -05:00
parent 31276924aa
commit 572bf0ec57

View file

@ -12,10 +12,6 @@ export async function compress ( input, archivePath ) {
// const isBuffer = Buffer.isBuffer( input )
console.log( 'process.cwd()', input )
console.log( 'archivePath', archivePath )
const mountRoot = 'virtual'//input.split( '\\' ).slice( 0, -1 ).join( '\\' )
sevenZip.FS.mkdir( mountRoot )