mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-08 03:42:12 +03:00
tests: Remove needless printf
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -316,7 +316,6 @@ static int session_setup_sftp(void **state)
|
||||
/* init sftp session */
|
||||
tsftp = s->ssh.tsftp;
|
||||
|
||||
printf("in establish before sftp_new\n");
|
||||
sftp = sftp_new(session);
|
||||
assert_non_null(sftp);
|
||||
tsftp->sftp = sftp;
|
||||
|
||||
Reference in New Issue
Block a user