Skip to content

Commit 93cb37b

Browse files
committed
removed debug statement
1 parent 5e5f009 commit 93cb37b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/meh-comments/meh-comments.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ export class MehComments {
337337
* Render a single comment
338338
*/
339339
private renderComment(comment: any) {
340-
console.log(comment);
341340
return (
342341
<div class={`comment status-${comment.status}`} data-comment-id={comment.id}>
343342
<img

0 commit comments

Comments
 (0)