summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-06-19 22:46:41 +0200
committerAndreas Schneider <mail@cynapses.org>2009-06-19 22:46:41 +0200
commit77cd4795c56550f32a4146389799892ffe2986b0 (patch)
treeeafd6705e173a6eb5eada32a57637be251002800
parentdc83f36a001737072d173f57690e739aa65683b1 (diff)
downloadlibssh-77cd4795c56550f32a4146389799892ffe2986b0.tar.gz
libssh-77cd4795c56550f32a4146389799892ffe2986b0.tar.xz
libssh-77cd4795c56550f32a4146389799892ffe2986b0.zip
Remove unneeded printf.
-rw-r--r--sample.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample.c b/sample.c
index 67d1765..4b78820 100644
--- a/sample.c
+++ b/sample.c
@@ -500,7 +500,6 @@ int main(int argc, char **argv){
ssh_userauth_none(session, NULL);
auth = ssh_auth_list(session);
- printf("auth: 0x%04x\n", auth);
printf("supported auth methods: ");
if (auth & SSH_AUTH_METHOD_PUBLICKEY) {
printf("publickey");