aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.c
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-02 02:36:08 +0100
committerne_mene <[email protected]>2026-03-02 02:36:08 +0100
commite98200154c99323f7683f59491914e17608ce07f (patch)
tree035965d0eb7272fa151e82fed7e304b80d56fc1d /src/pipe.c
parentf1a34291917635b5d69e952b61df2017a98db885 (diff)
removed evil silent flag
Diffstat (limited to 'src/pipe.c')
-rw-r--r--src/pipe.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pipe.c b/src/pipe.c
index a38415a..70b9483 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -80,11 +80,4 @@ void make_change(char argv[MAX_ARGS][MAX_ARG_LEN], int argc) {
if (strcmp(cmd, "config") == 0) {
set_config(argv, argc);
}
-
- // if silent just check again
- for (int i = 0; i < argc; i++) {
- if (strcmp(argv[i], "--silent") == 0 || strcmp(argv[i], "-s") == 0) {
- await_change();
- }
- }
}