Skip to content

Commit

Permalink
removed a few debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin committed Aug 3, 2012
1 parent 9bd30ea commit f8428f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/RainGaugeModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public function search_sample($hostname, $sample, $pattern, $file, $context) {
$context = '';
}
$cmd = "grep -h -ri {$context} \"" . addslashes($pattern) . "\" {$file}";
print $cmd . "\n";
//print $cmd . "\n";
$output = array();
exec($cmd, $output);
return $output;
Expand Down Expand Up @@ -461,10 +461,10 @@ public function get_server_list() {
* @return type
*/
public function get_type($name) {
print "$name<br>\n";
//print "$name<br>\n";
return substr($name, 20);
}

}

?>
?>

0 comments on commit f8428f7

Please sign in to comment.