mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
vere: remove log lines
This commit is contained in:
parent
c2bc47a399
commit
259c7e535c
@ -92,7 +92,6 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
u3_Host.ops_u.arg_v[ch_i] = strdup(argv[ch_i]);
|
||||
}
|
||||
u3_Host.ops_u.arg_v[argc] = 0;
|
||||
u3l_log("%s %d\n", u3_Host.ops_u.arg_v[0], argc);
|
||||
|
||||
while ( -1 != (ch_i=getopt(argc, argv,
|
||||
"X:Y:G:J:B:b:K:A:H:I:C:w:u:e:F:k:n:p:r:i:Z:LljacdgqstvxPDRS")) )
|
||||
|
@ -460,13 +460,9 @@ _conn_run_peel(u3_conn* con_u, u3_chan* can_u, u3_noun rid, u3_noun dat)
|
||||
|
||||
res = u3_nul;
|
||||
for ( arg_c = u3_Host.ops_u.arg_v; 0 != *arg_c; arg_c++ ) {
|
||||
u3l_log("%p\n", *arg_c);
|
||||
u3l_log("%s\n", *arg_c);
|
||||
res = u3nc(u3i_string(*arg_c), res);
|
||||
}
|
||||
u3l_log("here\n");
|
||||
res = u3v_do("flop", res);
|
||||
u3l_log("here\n");
|
||||
break;
|
||||
}
|
||||
// vere version.
|
||||
|
Loading…
Reference in New Issue
Block a user