photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 6b875398753ee4f1d419b77c408f0bffda408ea4
parent c5e8f551120eba6cbb43de47421c7c6c272d31d8
Author: René Wagner <rwagner@rw-net.de>
Date:   Fri, 14 Aug 2020 12:18:31 +0200

remove debug output

Diffstat:
Mphosta.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phosta.pl b/phosta.pl @@ -145,7 +145,7 @@ sub query_db my $tb = Text::SimpleTable::AutoWidth->new(); - say get_sql($selected, $grouping); + #say get_sql($selected, $grouping); my $stmt = $dbh->prepare(get_sql($selected, $grouping)); $stmt->execute(); while (my @row = $stmt->fetchrow_array)