Skip to content

Commit 3def9d1

Browse files
authored
Update main.cpp
disable verbose by default - generating massive log files
1 parent fd5f21c commit 3def9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commandLine/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ int main(int argc, char ** argv) {
583583

584584
// try to get the OF_PATH as an environt variable
585585

586-
//if (bVerbose) {
586+
if (bVerbose) {
587587
ofSetLogLevel(OF_LOG_VERBOSE);
588-
//}
588+
}
589589

590590
if (projectName == "") {
591591
printHelp();

0 commit comments

Comments
 (0)