Skip to content

Commit

Permalink
Removed debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljohnson73 committed Mar 26, 2021
1 parent 6f84a74 commit 9dbd576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/_app.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function checkConditions($env) {
echo " Setting trigger '$k' to '" . (($v) ? (1) : (0)) . "': " . (setTrigger ( $k, $v ) ? ("success") : ("fail")) . "\n";
}
} else {
echo " No triggers to fire\n";
//echo " No triggers to fire\n";
}
return $env;
}
Expand Down Expand Up @@ -2457,4 +2457,4 @@ function getColour($name, $create = true) {
}
return $create;
}
?>
?>

0 comments on commit 9dbd576

Please sign in to comment.