Remove logging

pull/21833/head
Luke Barnard 2017-07-21 17:18:48 +01:00
parent 03aba64b97
commit feaafc7a1a
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ export default React.createClass({
// Default to the empty array if no match for simplicity
// resource and prefix will be undefined instead of throwing
const matrixToMatch = regex.exec(this.props.url) || [];
console.info(matrixToMatch);
const resource = matrixToMatch[1]; // The room/user ID
const prefix = matrixToMatch[2]; // The first character of prefix