Remove logging
This commit is contained in:
parent
03aba64b97
commit
feaafc7a1a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue