[Scummvm-cvs-logs] scummvm-web old-design -> 1e97845b55ccdcf87ee3b8dee85da720eb0ebbdc
sev-
sev at scummvm.org
Sat Apr 9 15:02:00 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
1e97845b55 WEB: Remove debug output
Commit: 1e97845b55ccdcf87ee3b8dee85da720eb0ebbdc
https://github.com/scummvm/scummvm-web/commit/1e97845b55ccdcf87ee3b8dee85da720eb0ebbdc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-09T15:01:44+02:00
Commit Message:
WEB: Remove debug output
Changed paths:
screenshots.php
diff --git a/screenshots.php b/screenshots.php
index 945db11..da1ae39 100644
--- a/screenshots.php
+++ b/screenshots.php
@@ -27,8 +27,6 @@ echo html_round_frame_start("Screenshots","");
$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)
{
More information about the Scummvm-git-logs
mailing list