diff --git a/phosta.pl b/phosta.pl

index e3a4aa01d553d5729ef54aa3f2ba1135e5a1e909..319ef6bdbbe41000f665326ae2926e221a998f5c 100755

--- a/phosta.pl

+++ b/phosta.pl

@@ -145,7 +145,7 @@ say '';

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)