@@ -88,7 +88,6 @@ const GHALogsModal: React.FC<Props> = ({
if (!logs) {
return <Loading />;
}
- console.log(logs)
return (
<>
<ExpandedIncidentLogs logs={logs} />