mirror of
https://github.com/raymoo/progress_tree.git
synced 2025-05-02 16:50:34 +02:00
Remove prints
This commit is contained in:
parent
7a9cf6bae9
commit
d372179cb4
2
init.lua
2
init.lua
@ -144,7 +144,7 @@ function pd_methods.learn(self, name)
|
||||
-- Decrement the remaining deps for each child
|
||||
for i, child in ipairs(children) do
|
||||
local new_rem = self.remaining_deps[child] - 1
|
||||
print(child, new_rem)
|
||||
|
||||
-- If the player learned it out of order, don't put it as
|
||||
-- available.
|
||||
if new_rem == 0 and not self:knows(child) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user