Core/SSH: Removed RLOGs

git-svn-id: svn://ultimatepp.org/upp/trunk@14370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-24 14:19:07 +00:00
parent e36d4e6d5e
commit 8977ee8d30

View file

@ -163,11 +163,9 @@ Ssh::~Ssh()
}
INITIALIZER(SSH) {
RLOG("Initializing libssh2...");
libssh2_init(0);
}
EXITBLOCK {
RLOG("Deinitializing libssh2...");
libssh2_exit();
}
}