8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00

Removed debug print

This commit is contained in:
alexpeshkoff 2009-04-03 09:39:18 +00:00
parent d7327e0347
commit 35a6b10918

View File

@ -1101,11 +1101,6 @@ void nbackup(UtilSvc* uSvc)
UtilSvc::ArgvType& argv = uSvc->argv; UtilSvc::ArgvType& argv = uSvc->argv;
const int argc = argv.getCount(); const int argc = argv.getCount();
#if defined DEV_BUILD && !defined WIN_NT
if (!uSvc->isService())
fprintf(stderr, "Using %d-bit UNIX IO\n", sizeof(off_t) * 8);
#endif
NbOperation op = nbNone; NbOperation op = nbNone;
string username, password; string username, password;
PathName database, filename; PathName database, filename;