Removed print statement

This commit is contained in:
Ryan Ward 2022-12-20 15:11:00 -05:00
parent 2f11a80a28
commit f5e95b8c9f

View File

@ -891,7 +891,6 @@ function multi:newTask(func)
return _tasks > 0
end)
for i=1,_tasks do
print("Doing tasks")
tasks[i]()
end
_tasks = 0