diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-03-22 10:33:11 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-03-22 10:33:11 -0700 |
commit | 371314824f44a60ef9dc1cfc183c93fc5e897d77 (patch) | |
tree | 7bf603c56b23cf0a52a734ed7028e51c021cef71 /scripts | |
parent | 75e35444bac07e0511ed74dcdbe89a5b088c79e7 (diff) | |
download | vyatta-op-371314824f44a60ef9dc1cfc183c93fc5e897d77.tar.gz vyatta-op-371314824f44a60ef9dc1cfc183c93fc5e897d77.zip |
Remove unneeded debugging information from ping script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ping | 1 |
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; |