Removing debug
This commit is contained in:
parent
a997dec6a5
commit
c832ca94fa
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class RunMonitoring extends Command
|
||||||
|
|
||||||
final private function checkHttp(Task $task) {
|
final private function checkHttp(Task $task) {
|
||||||
if (app()->environment() == 'local') {
|
if (app()->environment() == 'local') {
|
||||||
throw new MonitoringException('Forcing error for testing');
|
//throw new MonitoringException('Forcing error for testing');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Preparing cURL
|
// Preparing cURL
|
||||||
|
|
Loading…
Add table
Reference in a new issue