Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: rm debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Aug 12, 2023
1 parent b3ab6a9 commit b6d50ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/connection/connection-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ export const ConnectionTable = (props: Props) => {
ulSpeed: parseTraffic(each.curUpload).join(" ") + "/s",
chains,
rule,
process: truncateStr(metadata.process || metadata.processPath)?.repeat(
10
),
process: truncateStr(metadata.process || metadata.processPath),
time: dayjs(each.start).fromNow(),
source: `${metadata.sourceIP}:${metadata.sourcePort}`,
destinationIP: metadata.destinationIP,
Expand Down

0 comments on commit b6d50ba

Please sign in to comment.