Skip to content

Commit

Permalink
OLDWEB: Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 9, 2016
1 parent a39204e commit b4e8cf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions screenshots.php
Expand Up @@ -27,8 +27,6 @@
$view = isset($_GET['view']) ? $_GET['view'] : -1;
$offset = isset($_GET['offset']) ? $_GET['offset'] : -1;

print "view: $view\noffset: $offset\n";

// if in single view
if ($view != -1)
{
Expand Down

0 comments on commit b4e8cf6

Please sign in to comment.