diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-09 23:21:56 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-09 23:21:56 +0100 |
| commit | 1908af6a281abda11ad553b0e7889f8f48794989 (patch) | |
| tree | 2bfc009fbf3add1c7736111792fc94cc5d73a2ec | |
| parent | 69e3e0267601b502ed38bbb5f4e77ed2f128d540 (diff) | |
remove debuging log
| -rw-r--r-- | smash/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/smash/main.c b/smash/main.c index fe393e1..645f4eb 100644 --- a/smash/main.c +++ b/smash/main.c @@ -88,8 +88,6 @@ int main(int argc, char *argv[]) line = new_line_and_replace_vars(linebuf, BUFSIZ); line_length = cstr_length(line); - wff(STDERR_FD, "execute: %s\n", line); - if (line_length > 0) { exec(line); } |