Removed stray console logging
closes Creatures summoned to tabletops from libraries are missing their properties #373
This commit is contained in:
@@ -154,7 +154,6 @@ const parserFunctions: { [name: string]: ParserFunction } = {
|
||||
|
||||
// mark the N smallest elements as dropped
|
||||
for (let i = 0; i < numberToDrop; i += 1) {
|
||||
console.log('dropped ' + sortedArray[i].value);
|
||||
sortedArray[i].disabled = true;
|
||||
sortedArray[i].disabledBy = 'dropLowest';
|
||||
}
|
||||
@@ -273,4 +272,4 @@ function anyNumberOf(type) {
|
||||
return argumentArray;
|
||||
}
|
||||
|
||||
export default parserFunctions;
|
||||
export default parserFunctions;
|
||||
|
||||
Reference in New Issue
Block a user