Remove some debug prints
This commit is contained in:
parent
8e3ab9e43e
commit
7a3d1d2ec5
@ -320,7 +320,6 @@ function build_card(component, pack_code, cycle_prefix, copies) {
|
|||||||
player_card_common()
|
player_card_common()
|
||||||
));
|
));
|
||||||
case "AHLCG-Asset-Default":
|
case "AHLCG-Asset-Default":
|
||||||
println("asdf");
|
|
||||||
return order_by_keys(Object.assign(
|
return order_by_keys(Object.assign(
|
||||||
{ type_code: "asset" },
|
{ type_code: "asset" },
|
||||||
common_data(),
|
common_data(),
|
||||||
@ -345,7 +344,6 @@ function build_card(component, pack_code, cycle_prefix, copies) {
|
|||||||
treachery_subtype()
|
treachery_subtype()
|
||||||
));
|
));
|
||||||
default:
|
default:
|
||||||
println("asdfasdfasdf");
|
|
||||||
throw new UnsupportedComponentError();
|
throw new UnsupportedComponentError();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user