remove debug

This commit is contained in:
Madpwnhammer 2023-10-12 12:02:52 +03:00
parent 4793f65fcc
commit b8569f3082
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ function prepare_meta(\mtgMetaInfo $orig)
if($fld->getType() instanceof \mtgArrType)
{
$proxy_name = "List_{$fld->getType()->getValue()->getName()}";
var_dump($proxy_name);
if(!isset($arr_proxies[$proxy_name]))
{
$proxy = new \mtgMetaStruct($proxy_name);