From feaafc7a1a70f82446aa9c5b01558757a7273f7e Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 21 Jul 2017 17:18:48 +0100 Subject: [PATCH] Remove logging --- src/components/views/elements/Pill.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/elements/Pill.js b/src/components/views/elements/Pill.js index 2df5ddbe89..39987228e5 100644 --- a/src/components/views/elements/Pill.js +++ b/src/components/views/elements/Pill.js @@ -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