Skip to content

Commit eea173c

Browse files
committed
feat: modified emitUpdate
1 parent e39ee17 commit eea173c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/potpieClient.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ class PotpieClient {
8989
}
9090
};
9191

92-
// Emit initial status
93-
emitUpdate('parsing', 'Starting to monitor parsing progress...');
94-
9592
while (Date.now() - startTime < maxWaitTime) {
9693
const statusResult = await this.getParsingStatus(projectId);
9794

0 commit comments

Comments
 (0)