mirror of https://github.com/vector-im/riot-web
Remove debugging
parent
7b565db02d
commit
c4e6cc7973
|
@ -246,7 +246,7 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
|
||||||
}
|
}
|
||||||
|
|
||||||
let uploadIndicator;
|
let uploadIndicator;
|
||||||
if (this.state.recordingPhase === RecordingState.Uploading || true) {
|
if (this.state.recordingPhase === RecordingState.Uploading) {
|
||||||
uploadIndicator = <span className='mx_VoiceRecordComposerTile_uploadingState'>
|
uploadIndicator = <span className='mx_VoiceRecordComposerTile_uploadingState'>
|
||||||
<InlineSpinner w={16} h={16} />
|
<InlineSpinner w={16} h={16} />
|
||||||
</span>;
|
</span>;
|
||||||
|
|
Loading…
Reference in New Issue