Skip to content

Commit 1d67a72

Browse files
committed
reduce console spam
1 parent 2345b24 commit 1d67a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idle-crafting.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ local function main_loop()
533533
for idx, threshold in ipairs(thresholds) do
534534
if ignore_happy and is_happy and threshold < max_threshold then
535535
-- ignore happy and ecstatic units for any threshold but the highest
536-
print(dfhack.df2console(("idle-crafting: skipping happy unit %s"):format(dfhack.units.getReadableName(unit))))
536+
-- print(dfhack.df2console(("idle-crafting: skipping happy unit %s"):format(dfhack.units.getReadableName(unit))))
537537
goto next_unit
538538
end
539539

0 commit comments

Comments
 (0)