Remove unused import

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2018-04-27 11:16:29 +01:00
parent 3de679b084
commit 82d117974f
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ import { KeyCode, isOnlyCtrlOrCmdKeyEvent } from '../../Keyboard';
import RoomViewStore from '../../stores/RoomViewStore';
import RoomScrollStateStore from '../../stores/RoomScrollStateStore';
import SettingsStore from "../../settings/SettingsStore";
import Reply from "../views/elements/ReplyThread";
const DEBUG = false;
let debuglog = function() {};