aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}