chiark / gitweb /
systemctl,loginctl: start polkit agent for all polkit enabled operations
[elogind.git] / src / machine / machinectl.c
index 2c29f1495eb3d47f7a23001099fc3c7e1afba14d..939b6481508dd52072756a2a2532eb90d46fb627 100644 (file)
@@ -72,7 +72,6 @@ static OutputMode arg_output = OUTPUT_SHORT;
 
 static void pager_open_if_enabled(void) {
 
-        /* Cache result before we open the pager */
         if (arg_no_pager)
                 return;