Skip to content

Commit

Permalink
turn off debug noise in soci test
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 7, 2013
1 parent 4f53fd8 commit b6ceffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/drivers/soci/Writer.cpp
Expand Up @@ -71,10 +71,10 @@ Options getSOCIOptions()
options.add(connection);

Option debug("debug", true, "debug");
options.add(debug);
// options.add(debug);

Option verbose("verbose", 7, "verbose");
options.add(verbose);
// options.add(verbose);

Option block_table_name("block_table", "PDAL_TEST_BLOCKS", "block_table_name");
options.add(block_table_name);
Expand Down

0 comments on commit b6ceffa

Please sign in to comment.