Skip to content

Commit

Permalink
Do not write log file
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed May 20, 2021
1 parent 6aab223 commit c7fbbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ int main(int argc, char **argv) {

Aggressiveness.value = std::min(10, std::max(1, Aggressiveness.value));
logWriter.verbose = Verbose.set;
logWriter.outputFile = "dem2mesh.txt";
logWriter.outputFile = NULL;
logArgs(params, logWriter);

GDALDataset *dataset;
Expand Down

0 comments on commit c7fbbcb

Please sign in to comment.