Skip to content

Commit 671facb

Browse files
committed
don't log by default
1 parent 6415d67 commit 671facb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vortex/bm-server-vortex.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ int main(int argc, char ** argv)
6161

6262
vortex_init();
6363

64-
vortex_log_enable(1);
65-
vortex_log2_enable(1);
64+
/*vortex_log_enable(1);*/
65+
/*vortex_log2_enable(1);*/
6666

6767
vortex_profiles_register(NULL_PROFILE,
6868
start_channel, NULL,

0 commit comments

Comments
 (0)