From 7a3d1d2ec52d96063db71e375b70aea8f5410fc9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 5 Jun 2022 21:14:34 -0400 Subject: [PATCH] Remove some debug prints --- resources/ArkhamDBExport.js | 2 -- 1 file changed, 2 deletions(-) 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(); } }