Skip to content

Commit c0c00d8

Browse files
Remove outdated comment in log.cpp (ddnet#11110)
2 parents c1ba856 + 4d3af77 commit c0c00d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/base/log.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ void log_set_scope_logger(ILogger *logger)
9898
str_copy(Msg.m_aSystem, sys);
9999
Msg.m_SystemLength = str_length(Msg.m_aSystem);
100100

101-
// TODO: Add level?
102101
str_format(Msg.m_aLine, sizeof(Msg.m_aLine), "%s %c %s: ", Msg.m_aTimestamp, "EWIDT"[level], Msg.m_aSystem);
103102
Msg.m_LineMessageOffset = str_length(Msg.m_aLine);
104103

0 commit comments

Comments
 (0)