Skip to content

Commit 4f5dad1

Browse files
committed
Fixed typo in windows logging
1 parent b57cdea commit 4f5dad1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngscopeclient/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ int main(int argc, char* argv[])
7474
#ifdef _WIN32
7575
if(getenv("PROMPT") != nullptr)
7676
LogDebug("Startup: skipping stdout log sink since not run from a console\n");
77-
}
7877
else
7978
{
8079
#endif

0 commit comments

Comments
 (0)