Skip to content

Commit 4171aae

Browse files
committed
feat: removed dd
1 parent 0f8946d commit 4171aae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Traits/RepositoryCollector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function collect_repositories(Monitor $monitor)
6363
}
6464
}
6565
}
66-
dd($repositories);
6766
return Repository::where("monitor_id", "=", $monitor->id);
6867
} else {
6968
throw new Exception("Looks like you ran out of tokens for " . $monitor->title . "! " . $response->body() );

0 commit comments

Comments
 (0)