mirror of https://github.com/vector-im/riot-web
Remove logging
parent
03aba64b97
commit
feaafc7a1a
|
@ -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…
Reference in New Issue