Skip to content

Commit 40a878c

Browse files
committed
Remove useless comments
1 parent d066ce9 commit 40a878c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/static/riot/competitions/detail/submission_modal.tag

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
self.leaderboards = []
8181
self.columns = []
8282

83-
// OLD helpers - Check if logs are empty
84-
//self.isEmpty = (v) => v == null || (typeof v === "string" && v.trim().length === 0)
85-
//self.nonEmpty = (v) => !self.isEmpty(v)
86-
//self.showLog = (v) => self.nonEmpty(v) ? v : "No logs for this tab."
87-
8883
// Logs helpers
8984
self.normalizeLog = (v) => {
9085
if (v == null) return v

0 commit comments

Comments
 (0)