Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
e-fisher committed Oct 17, 2024
1 parent b7e98ea commit 1040abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Generator/RulePreview/CorrelationPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export function CorrelationPreview({ rule }: { rule: CorrelationRule }) {
export function requestsReplacedToProxyData(
requests: { replaced: Request }[]
): ProxyData[] {
console.log('request', requests)
return requests.map(({ replaced }, i) => ({
request: replaced,
id: i.toString(),
Expand Down

0 comments on commit 1040abd

Please sign in to comment.