Skip to content

Commit 4f964b7

Browse files
committed
Clean comments
1 parent 3887dbb commit 4f964b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scripts/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ impl Script {
255255
script: self.path.unwrap().to_str().unwrap().to_string(),
256256
ip: self.ip.to_string(),
257257
port: ports_str,
258-
//ipversion: ipversion.to_string()
259258
ipversion: match &self.ip {
260259
IpAddr::V4(_) => String::from("4"),
261260
IpAddr::V6(_) => String::from("6")
@@ -266,7 +265,6 @@ impl Script {
266265
let exec_parts: ExecParts = ExecParts {
267266
ip: self.ip.to_string(),
268267
port: ports_str,
269-
//ipversion: ipversion.to_string()
270268
ipversion: match &self.ip {
271269
IpAddr::V4(_) => String::from("4"),
272270
IpAddr::V6(_) => String::from("6")

0 commit comments

Comments
 (0)