Skip to content

Commit

Permalink
removing some variable dumpms from a view
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantAXS committed Mar 12, 2012
1 parent acb6129 commit ff05a70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ft.entry_type.php
Expand Up @@ -349,8 +349,6 @@ public function display_settings($settings)
$this->field_id = $this->EE->input->get('field_id');

$vars['fields'] = $this->fields();

//$this->_dump($vars['fields']);

$this->convert_old_settings($settings);

Expand Down
2 changes: 0 additions & 2 deletions views/options.php
Expand Up @@ -8,8 +8,6 @@
</tr>
</thead>
<tbody>
<?php echo "<pre>"; print_r($type_options); echo "</pre>";?>
<?php echo "<pre>"; print_r($fields); echo "</pre>";?>
<?php $i = 0; ?>
<?php foreach ($type_options as $value => $data) : ?>
<?=$this->load->view('option_row', array('i' => (string) $i, 'value' => $value, 'label' => $data['label'], 'hide_fields' => $data['hide_fields'], 'fields' => $fields), TRUE)?>
Expand Down

0 comments on commit ff05a70

Please sign in to comment.