Merge pull request #374 from argonui/log-removal
Deckimporter: removal of left-over log statement
This commit is contained in:
commit
479140a2b1
@ -395,7 +395,6 @@ end
|
|||||||
--- investigator may not be included in the cardList
|
--- investigator may not be included in the cardList
|
||||||
---@param cardList Table Deck list being created
|
---@param cardList Table Deck list being created
|
||||||
function handlePeteSignatureAssets(investigatorId, cardList)
|
function handlePeteSignatureAssets(investigatorId, cardList)
|
||||||
log(investigatorId)
|
|
||||||
if investigatorId == "02005" or investigatorId == "02005-pb" then -- regular Pete's front
|
if investigatorId == "02005" or investigatorId == "02005-pb" then -- regular Pete's front
|
||||||
for i, card in ipairs(cardList) do
|
for i, card in ipairs(cardList) do
|
||||||
if card.metadata.id == "02014" then -- Duke
|
if card.metadata.id == "02014" then -- Duke
|
||||||
|
Loading…
x
Reference in New Issue
Block a user