Removed debugging statement from main page
authorRichard Whitehouse <github@richardwhiuk.com>
Mon, 31 Jan 2011 18:13:23 +0000 (18:13 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Mon, 31 Jan 2011 18:13:23 +0000 (18:13 +0000)
template/index.php

index 71bbb02ecad7fa39c632f2c9b7fac58ef4cbce20..8d5f956d957dec34bf8f968adcc0793a26a84b99 100644 (file)
@@ -80,7 +80,6 @@ public function Display(){
                        </ul>
                        </div>
                        </div>
-                       <?php var_dump($this); ?>
                        <?php if($this->keys[$this->current] <= count($this->keys)){ ?>
                        <div class="arrow" id="arrow-r">
                                <a href="<?php echo $this->numbers[$this->keys[$this->current] + 1]; ?>"><img src="theme/right.png"></a>