mirror of
https://github.com/timvisee/send.git
synced 2026-04-23 22:34:43 -04:00
removed extraneous captureException
This commit is contained in:
@@ -133,10 +133,6 @@ class FileSender extends EventEmitter {
|
||||
);
|
||||
xhr.send(fd);
|
||||
});
|
||||
})
|
||||
.catch(err => {
|
||||
Raven.captureException(err);
|
||||
return Promise.reject(err);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user