remove unnecessary comment

This commit is contained in:
Jay2k1 2018-06-15 13:42:47 +02:00 committed by GitHub
parent a81cef397c
commit 254e39df18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,6 @@ class TextFileMessageStorage {
// [2014-01-01 00:00:00] * @Arnold is eating cookies
line += `* ${msg.from.mode}${msg.from.nick} ${msg.text}`;
break;
// case Msg.Type.INVITE: // neither incoming nor outgoing invites are logged
case Msg.Type.JOIN:
// [2014-01-01 00:00:00] *** Arnold (~arnold@foo.bar) joined
line += `*** ${msg.from.nick} (${msg.hostmask}) joined`;