Skip to content

Commit 007deff

Browse files
committed
Remove debug console
1 parent 036167e commit 007deff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class OpenEphysApplication : public JUCEApplication
6565

6666
#ifdef WIN32
6767
//glWinInit();
68-
if (AllocConsole())
68+
if (false)//(AllocConsole())
6969
{
7070
freopen("CONOUT$","w",stdout);
7171
freopen("CONOUT$","w",stderr);

0 commit comments

Comments
 (0)