aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-08-09 14:10:49 +0200
committervaxerski <[email protected]>2023-08-09 14:10:54 +0200
commit47430411d69d6cba9241775f0ea11722afeb74d7 (patch)
tree75e0e207554dca2c991d69618cc1870844bd5b9f /hyprctl
parentec269622fcd1fd06d2db19d98593ffab8ff041cb (diff)
downloadHyprland-47430411d69d6cba9241775f0ea11722afeb74d7.tar.gz
Hyprland-47430411d69d6cba9241775f0ea11722afeb74d7.zip
hyprctl: remove log
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp
index 75646e06..431f309d 100644
--- a/hyprctl/main.cpp
+++ b/hyprctl/main.cpp
@@ -332,8 +332,6 @@ int main(int argc, char** argv) {
continue;
}
- std::cout << "adding " << ARGS[i] << "\n";
-
fullRequest += ARGS[i] + " ";
}