aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-09 23:21:56 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-09 23:21:56 +0100
commit1908af6a281abda11ad553b0e7889f8f48794989 (patch)
tree2bfc009fbf3add1c7736111792fc94cc5d73a2ec
parent69e3e0267601b502ed38bbb5f4e77ed2f128d540 (diff)
remove debuging log
-rw-r--r--smash/main.c2
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);
}