Skip to content

Commit

Permalink
Removed debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepySva committed Aug 29, 2024
1 parent 65888f3 commit c438b62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions interface/scripted/arcana_seekerLevel/arcana_seekerLevel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,13 @@ end

function displayStats()
local playerlevel = player.currency("arcana_seekerlevel")
sb.logInfo(dump(self.stats))
sb.logInfo("-----")
for i=1,self.max do
sb.logInfo("---")
sb.logInfo("i: "..i)
for k, v in pairs(self.stats[""..i]) do
sb.logInfo("stat: "..self.dict[v.stat].." amount: +"..v.amount)
end
end
sb.logInfo("-----")
end

function populateList()
Expand Down
1 change: 0 additions & 1 deletion objects/workshop/workshop_auto_essenceextractor/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function output(state)
for i=1, world.containerSize(entity.id()) do
-- Export first avaliable item found
if world.containerItemAt(entity.id(), i-1) ~= nil and i >= 2 then
--sb.logInfo(dump(world.containerItemAt(entity.id(), i-1)))
outputFromSlot(i-1)
return
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"input" : [
{ "item" : "ironbar", "count" : 1 },
{ "item" : "arcana_essence_arcaneEssence", "count" : 1 }
{ "item" : "arcana_misc_magifluxExtract", "count" : 1 }
],
"output" : { "item" : "havencrest_tile5", "count" : 40 },
"duration" : 0.1,
Expand Down

0 comments on commit c438b62

Please sign in to comment.