Skip to content

Commit 680a675

Browse files
remove comment
1 parent 253af6b commit 680a675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/scripts/Logs.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ proc Kratos::Log {msg} {
4242

4343
proc Kratos::FlushLog { } {
4444
variable kratos_private
45-
W "Hey"
45+
4646
if {[info exists kratos_private(Log)]} {
4747
if {[llength $kratos_private(Log)] > 0} {
4848
set logpath [Kratos::GetLogFilePath]

0 commit comments

Comments
 (0)