diff --git a/system/autoload/Paginator.php b/system/autoload/Paginator.php
index a4d5c651..bc8769fe 100644
--- a/system/autoload/Paginator.php
+++ b/system/autoload/Paginator.php
@@ -69,7 +69,6 @@ class Paginator
                 'prev' => ($page>0) ? ($page-1): "0",
                 'next' => ($page>= $lastpage) ? $lastpage : $page+1
             ];
-            print_r($result);
             return $result;
         }
     }
diff --git a/ui/ui/hotspot.tpl b/ui/ui/hotspot.tpl
index fa2440a3..f309af43 100644
--- a/ui/ui/hotspot.tpl
+++ b/ui/ui/hotspot.tpl
@@ -86,7 +86,6 @@
                     </table>
                 </div>
                 {include file="pagination.tpl"}
-
             </div>
         </div>
     </div>