Browse Source

Console output to stdout only for debug build

Thomas Buck 11 years ago
parent
commit
31d3c594f5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/Console.cpp

+ 2
- 0
src/Console.cpp View File

73
 
73
 
74
     if (tmp != NULL) {
74
     if (tmp != NULL) {
75
         mHistory.push_back(tmp);
75
         mHistory.push_back(tmp);
76
+#ifdef DEBUG
76
         printf("%s\n", tmp);
77
         printf("%s\n", tmp);
78
+#endif
77
     }
79
     }
78
 }
80
 }
79
 
81
 

Loading…
Cancel
Save