Skip to content

Commit 737895d

Browse files
authored
chore: remove too much log (#162)
Remove debug log statement for file info retrieval.
1 parent 5cd5e37 commit 737895d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/ios/afc/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export class AfcService {
129129
}
130130

131131
async stat(filePath: string): Promise<StatInfo> {
132-
log.debug(`Getting file info for: ${filePath}`);
133132
try {
134133
const data = await this._doOperation(
135134
AfcOpcode.GET_FILE_INFO,

0 commit comments

Comments
 (0)