removed log statements
This commit is contained in:
parent
faaa37884f
commit
d930b97da8
@ -62,7 +62,6 @@ end
|
|||||||
-- coroutine which will spread the workload by processing 20 cards before
|
-- coroutine which will spread the workload by processing 20 cards before
|
||||||
-- yielding.
|
-- yielding.
|
||||||
function buildIndex()
|
function buildIndex()
|
||||||
local start = os.time()
|
|
||||||
local cardCount = 0
|
local cardCount = 0
|
||||||
indexingDone = false
|
indexingDone = false
|
||||||
|
|
||||||
@ -79,7 +78,6 @@ function buildIndex()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
log(os.time() - start)
|
|
||||||
|
|
||||||
-- process hotfix bags (and the additional playercards bag)
|
-- process hotfix bags (and the additional playercards bag)
|
||||||
for _, hotfixBag in ipairs(getObjectsWithTag("AllCardsHotfix")) do
|
for _, hotfixBag in ipairs(getObjectsWithTag("AllCardsHotfix")) do
|
||||||
@ -114,10 +112,8 @@ function buildIndex()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
log(os.time() - start)
|
|
||||||
buildSupplementalIndexes()
|
buildSupplementalIndexes()
|
||||||
indexingDone = true
|
indexingDone = true
|
||||||
log(os.time() - start)
|
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user