You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/09/24 18:16:22 UTC

svn commit: r1627357 - in /vcl/trunk/web/.ht-inc: computer.php managementnode.php

Author: jfthomps
Date: Wed Sep 24 16:16:22 2014
New Revision: 1627357

URL: http://svn.apache.org/r1627357
Log:
removed one error_log line left over from debugging

Modified:
    vcl/trunk/web/.ht-inc/computer.php
    vcl/trunk/web/.ht-inc/managementnode.php

Modified: vcl/trunk/web/.ht-inc/computer.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/computer.php?rev=1627357&r1=1627356&r2=1627357&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/computer.php (original)
+++ vcl/trunk/web/.ht-inc/computer.php Wed Sep 24 16:16:22 2014
@@ -109,7 +109,6 @@ class Computer extends Resource {
 			$w = round($w * 11.5) . 'px';
 		else
 			$w = "{$w}em";
-		error_log($w);
 		return "width=\"$w\"";
 	}
 

Modified: vcl/trunk/web/.ht-inc/managementnode.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/managementnode.php?rev=1627357&r1=1627356&r2=1627357&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/managementnode.php (original)
+++ vcl/trunk/web/.ht-inc/managementnode.php Wed Sep 24 16:16:22 2014
@@ -116,7 +116,6 @@ class ManagementNode extends Resource {
 			$w = round($w * 11.5) . 'px';
 		else
 			$w = "{$w}em";
-		error_log($w);
 		return "width=\"$w\"";
 	}