diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js
index 27cc6ab249..934d22b039 100644
--- a/src/components/structures/RoomView.js
+++ b/src/components/structures/RoomView.js
@@ -1282,13 +1282,6 @@ module.exports = React.createClass({
var statusBar;
- // for testing UI...
- // this.state.upload = {
- // uploadedBytes: 123493,
- // totalBytes: 347534,
- // fileName: "testing_fooble.jpg",
- // }
-
if (ContentMessages.getCurrentUploads().length > 0) {
var UploadBar = sdk.getComponent('structures.UploadBar');
statusBar =