Skip to content

Commit

Permalink
Remove println for debuging setBFwriterdefaultfolder method
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Sep 14, 2023
1 parent 2745d94 commit 4bb55db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OpenBCI_GUI/DataLogger.pde
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,9 @@ class DataLogger {
}

public void setBfWriterDefaultFolder() {
println("OpenBCI_GUI: setBfWriterDefaultFolder: " + sessionName + " " + settings.getSessionPath());
if (settings.getSessionPath() != "") {
settings.setSessionPath(directoryManager.getRecordingsPath() + "OpenBCISession_" + sessionName);
}
println("OpenBCI_GUI: setBfWriterDefaultFolder: TRY AGAIN:" + sessionName + " " + settings.getSessionPath());
fileWriterBF.setBrainFlowStreamerFolderName(sessionName, settings.getSessionPath());
}

Expand Down

0 comments on commit 4bb55db

Please sign in to comment.