Skip to content

Commit 23f2928

Browse files
committed
actually print the log
1 parent 25ef948 commit 23f2928

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/java/com/neuronrobotics/sdk/common

src/main/java/com/neuronrobotics/sdk/common/Log.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,12 @@ private void add(String message, int importance) {
169169
//messages.add(m);
170170

171171

172-
if( systemprint && log==null) {
172+
if( systemprint) {
173173
outStream.println(m.toString());
174174
}
175175

176176

177+
177178
}
178179

179180
/**

0 commit comments

Comments
 (0)