We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253af6b commit 680a675Copy full SHA for 680a675
1 file changed
kratos.gid/scripts/Logs.tcl
@@ -42,7 +42,7 @@ proc Kratos::Log {msg} {
42
43
proc Kratos::FlushLog { } {
44
variable kratos_private
45
- W "Hey"
+
46
if {[info exists kratos_private(Log)]} {
47
if {[llength $kratos_private(Log)] > 0} {
48
set logpath [Kratos::GetLogFilePath]
0 commit comments