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

rolled back accidentially committed debug code

This commit is contained in:
alexpeshkoff 2015-04-24 17:48:48 +00:00
parent 852c4366b2
commit 7c4f302f72

View File

@ -343,7 +343,6 @@ void UserManagement::execute(USHORT id)
return; // Already executed
Auth::UserData* command = commands[id];
printf("command id=%d for %s\n", id, command->user.get());
IManagement* manager = getManager(command->plugin.c_str());
if (!manager)