Skip to content

Commit

Permalink
Forgot to strip debug traces
Browse files Browse the repository at this point in the history
    No comment.
  • Loading branch information
chanmix51 committed Mar 8, 2012
1 parent cfaa4f9 commit 60b39b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pomm/Tools/CreateBaseMapTool.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ protected function generateFieldsDefinition($attributes)
$format_type = $attribute['format_type']; $format_type = $attribute['format_type'];
} }


printf("Got '%s', array_modifier = '%s' and type = '%s'.\n", $attribute['format_type'], $array_modifier, $format_type);
$field_type = $format_type.$array_modifier; $field_type = $format_type.$array_modifier;


$fields_definition .= sprintf(" \$this->addField('%s', '%s');\n", $field_name, $field_type); $fields_definition .= sprintf(" \$this->addField('%s', '%s');\n", $field_name, $field_type);
Expand Down

0 comments on commit 60b39b4

Please sign in to comment.