1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Remove spurious TODO

This commit is contained in:
Mark Haines
2016-11-04 13:08:17 +00:00
parent 48cfd4f399
commit 71c002d588

View File

@@ -112,7 +112,6 @@ module.exports = React.createClass({
var content = this.props.mxEvent.getContent();
var self = this;
if (content.file !== undefined && this.state.decryptedUrl === null) {
// TODO: hook up an error handler to the promise.
DecryptFile.decryptFile(content.file).then(function(blob) {
if (!self._unmounted) {
self.setState({