Skip to content

Commit cdead0f

Browse files
knizhnikkelvich
authored andcommitted
Fix bug in execQuery
1 parent ab03605 commit cdead0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/multimaster/tests/dtmbench.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ void* writer(void* arg)
165165
txn.commit();
166166
t.transactions += 1;
167167
} catch (pqxx_exception const& x) {
168-
printf("EXCEPTION: %s\n", x.base().what());
169168
txn.abort();
170169
t.aborts += 1;
171170
i -= 1;

0 commit comments

Comments
 (0)