mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
Removed debug print
This commit is contained in:
parent
d7327e0347
commit
35a6b10918
@ -1101,11 +1101,6 @@ void nbackup(UtilSvc* uSvc)
|
||||
UtilSvc::ArgvType& argv = uSvc->argv;
|
||||
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;
|
||||
string username, password;
|
||||
PathName database, filename;
|
||||
|
Loading…
Reference in New Issue
Block a user