From 42f0395b1f77c6f402c9ec1b1e00687997adb5ae Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Sat, 18 Jan 2025 15:29:33 +0700 Subject: [PATCH] Problem: some leftover code from experiments Solution: remove it --- exe/pgpm | 1 - 1 file changed, 1 deletion(-) diff --git a/exe/pgpm b/exe/pgpm index 93818b7..84ac461 100755 --- a/exe/pgpm +++ b/exe/pgpm @@ -147,7 +147,6 @@ module Pgpm else "#{p.package_name}: #{p.description}" end - # printer.send(output, move: true) if matches puts output rescue StandardError warn "Error fetching #{p.package_name}: #{$ERROR_INFO.message}"