Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Feb 20, 2024
1 parent c01f8fe commit f3ab323
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ export default class ProjectBackgroundJobManager extends EventEmitter<{
* @param id DataUploadTask id
*/
abortUpload(id: string) {
console.log("abort upload", id);
this.abortControllers[id]?.abort("User cancelled upload");
delete this.abortControllers[id];
this.client.mutate<CancelUploadMutation>({
Expand Down

0 comments on commit f3ab323

Please sign in to comment.