#214 log level cleanup

This commit is contained in:
Mikayla
2023-04-19 13:30:17 +00:00
parent fee54db43e
commit 2371a75130
10 changed files with 22 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.1.7"
local R_PLC_VERSION = "v1.1.8"
local println = util.println
local println_ts = util.println_ts