Skip to content

Commit ccaf9b3

Browse files
committed
Removed duplicated connect (was done to overpass issue on auth plugin)
1 parent 9ba8550 commit ccaf9b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/connect.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,6 @@ int main(int argc, const char **argv)
282282
opts[OPT_PLUGIN_DIR] = plugin_dir;
283283
}
284284

285-
try {
286-
con.reset(driver->connect(opts));
287-
}
288-
catch(...){}
289285
con.reset(driver->connect(opts));
290286

291287
auto *stmt = con->createStatement();

0 commit comments

Comments
 (0)