From fc15d405417f12cb2af1917b6df344e92453101c Mon Sep 17 00:00:00 2001 From: Roms1383 Date: Tue, 7 May 2024 11:59:41 +0700 Subject: [PATCH] :bulb: remove outdated code comment --- scripts/Addicted/Utils.reds | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Addicted/Utils.reds b/scripts/Addicted/Utils.reds index 35d66a07..75dc2ae3 100644 --- a/scripts/Addicted/Utils.reds +++ b/scripts/Addicted/Utils.reds @@ -1,6 +1,5 @@ module Addicted.Utils -// auto-disabled when LogChannel not in scope public static func E(msg: String) -> Void { if ShowDebugLogsAddicted() { ModLog(n"Addicted", AsRef(msg));