aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index b60b36c..a0d61dd 100644
--- a/main.c
+++ b/main.c
@@ -217,7 +217,6 @@ int main(int argc, char **argv) {
curs_set(0); /* Hide the cursor */
noecho(); /* Don't echo characters */
- message(height, "Saved to %s", filename);
getch();
break;