From f93fd1c40847113fe3d7914f3ffe9fca72790e14 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 27 May 2017 21:08:00 +0100 Subject: [PATCH] remove unrelated comment, my copy pasting is way too obvious xD Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/Analytics.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Analytics.js b/src/Analytics.js index eccbecc304..9832013053 100644 --- a/src/Analytics.js +++ b/src/Analytics.js @@ -14,14 +14,6 @@ limitations under the License. */ -/* - * Holds the current Platform object used by the code to do anything - * specific to the platform we're running on (eg. web, electron) - * Platforms are provided by the app layer. - * This allows the app layer to set a Platform without necessarily - * having to have a MatrixChat object - */ - import MatrixClientPeg from './MatrixClientPeg'; // import dis from './dispatcher';