Remove some debug prints

This commit is contained in:
Adam Goldsmith 2022-06-05 21:14:34 -04:00
parent 8e3ab9e43e
commit 7a3d1d2ec5
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}
}