diff --git a/resources/ArkhamDBExport.js b/resources/ArkhamDBExport.js index c1f6f8a..8792f3d 100644 --- a/resources/ArkhamDBExport.js +++ b/resources/ArkhamDBExport.js @@ -320,7 +320,6 @@ function build_card(component, pack_code, cycle_prefix, copies) { player_card_common() )); case "AHLCG-Asset-Default": - println("asdf"); return order_by_keys(Object.assign( { type_code: "asset" }, common_data(), @@ -345,7 +344,6 @@ function build_card(component, pack_code, cycle_prefix, copies) { treachery_subtype() )); default: - println("asdfasdfasdf"); throw new UnsupportedComponentError(); } }