We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39ee17 commit eea173cCopy full SHA for eea173c
1 file changed
src/potpieClient.js
@@ -89,9 +89,6 @@ class PotpieClient {
89
}
90
};
91
92
- // Emit initial status
93
- emitUpdate('parsing', 'Starting to monitor parsing progress...');
94
-
95
while (Date.now() - startTime < maxWaitTime) {
96
const statusResult = await this.getParsingStatus(projectId);
97
0 commit comments