Skip to content
Snippets Groups Projects
Commit 634e1234 authored by Mark Harrison's avatar Mark Harrison
Browse files

Fixing a debugging print line that wasn't commented out

git-svn-id: https://labs.omniti.com/resmon/trunk@123 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent c2112fbb
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ sub handler {
}elsif (/^}/) {
if (($starts le $date ) && ($ends ge $date)){
$actives =+1;
print STDERR "ACTIVE!}", $_;
## print STDERR "ACTIVE!}", $_;
}else{
## print STDERR "not active}", $_;
## print STDERR "because today:($date)\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment