There was an error while loading. Please reload this page.
1 parent 5cd5e37 commit 737895dCopy full SHA for 737895d
1 file changed
src/services/ios/afc/index.ts
@@ -129,7 +129,6 @@ export class AfcService {
129
}
130
131
async stat(filePath: string): Promise<StatInfo> {
132
- log.debug(`Getting file info for: ${filePath}`);
133
try {
134
const data = await this._doOperation(
135
AfcOpcode.GET_FILE_INFO,
0 commit comments