milo: refactor item page

This commit is contained in:
kepler155c@gmail.com
2019-01-03 05:24:16 -05:00
parent 00e698eb18
commit dd0f37d9dd
9 changed files with 373 additions and 283 deletions

View File

@@ -85,8 +85,6 @@ local context = {
context.storage.nodes[localName] = context.turtleInventory
context.storage.nodes[localName].adapter.name = localName
_G._p = context --debug
Milo:init(context)
context.storage:initStorage()
@@ -135,8 +133,6 @@ Event.on('milo_cycle', function()
if not s and m then
_G._debug(task.name .. ' crashed')
_G._debug(m)
-- _G.printError(task.name .. ' crashed')
-- _G.printError(m)
end
end
processing = false