silence 'switching section to' log thing in IniFile

This commit is contained in:
AJ Kelly
2012-01-07 18:14:05 -06:00
parent e3152cf94b
commit 1fe62b3960
+1 -1
View File
@@ -74,7 +74,7 @@ IniFile =
-- if this section doesn't exist, create it
tbl[sec] = tbl[sec] and tbl[sec] or { }
current = tbl[sec]
Warn( "Switching section to " .. sec )
--Warn( "Switching section to " .. sec )
else
local k, v = IniFile.StrToKeyVal( str )
if k and v then current[k] = v end