summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-03-22 10:33:11 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-03-22 10:33:11 -0700
commit371314824f44a60ef9dc1cfc183c93fc5e897d77 (patch)
tree7bf603c56b23cf0a52a734ed7028e51c021cef71
parent75e35444bac07e0511ed74dcdbe89a5b088c79e7 (diff)
downloadvyatta-op-371314824f44a60ef9dc1cfc183c93fc5e897d77.tar.gz
vyatta-op-371314824f44a60ef9dc1cfc183c93fc5e897d77.zip
Remove unneeded debugging information from ping script
-rwxr-xr-xscripts/ping1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ping b/scripts/ping
index 0f85e8f..c0fae36 100755
--- a/scripts/ping
+++ b/scripts/ping
@@ -256,6 +256,5 @@ while (my $arg = shift @$args) {
push @cmdargs, $optarg;
}
}
-print "@cmdargs\n";
exec { $cmd } @cmdargs, $host;