From b46572f2652e91c98c31727e024378a405afac61 Mon Sep 17 00:00:00 2001 From: Adamo Date: Thu, 17 Sep 2020 17:57:09 -0400 Subject: [PATCH] Logging removed. --- data-updates.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-updates.lua b/data-updates.lua index 16bfc2f..a0c5f44 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -282,7 +282,7 @@ reactor.heat_buffer.heat_glow = { } } -adamomods.logging=true +-- adamo.logging = true if not data.raw.fluid["adamo-chemical-hydrofluoric-acid"] then if data.raw.fluid["liquid-hydrofluoric-acid"] then @@ -384,4 +384,4 @@ mult_recipe_io(FeU_recipe,2,'steel-plate') data:extend({FeU_recipe}) add_recipe_to_tech("uranium-processing","adamo-nuclear-steel-plate") -adamomods.logging=false \ No newline at end of file +-- adamo.logging = false \ No newline at end of file