Skip to content

Commit 2da9b5c

Browse files
committed
remove testing debug msg
1 parent 0829883 commit 2da9b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chat/message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function renderMessageRow (channelObject, message, fresh, options, userCo
135135
let unsignedMessage = false
136136
const colorizeByAuthor =
137137
options.colorizeByAuthor === '1' || options.colorizeByAuthor === true
138-
debug.log('HELLOOOOO SI am here using this render')
138+
139139
const creator = store.any(message, ns.foaf('maker'))
140140
const date = store.any(message, ns.dct('created'))
141141
const latestVersion = mostRecentVersion(message)

0 commit comments

Comments
 (0)