Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Jul 9, 2024
1 parent 45820cc commit ceafb89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DataProcessor/DataProcessorChunkReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default class DataProcessorChunkReader {
this.closed = true;
if (this.reading) {
return new Promise(resolve => {
console.log('Schedule close');
this.closePromises.push(resolve);
});
}
Expand Down

0 comments on commit ceafb89

Please sign in to comment.