diff --git a/keyserver b/keyserver index 7578cc6..ea6dabf 100755 --- a/keyserver +++ b/keyserver @@ -342,7 +342,6 @@ sub add ($c) { if ($record eq 'uid') { push @these_uids, $userid; $need_sig = 1; - say "Yep, need sig"; } if ($need_sig and $record eq 'sig' and ( $signatureclass eq '[selfsig]' @@ -351,7 +350,6 @@ sub add ($c) { or $signatureclass eq '0x11' or $signatureclass eq '0x10')) { - say "here we are"; $need_sig = 0; $these_uids[-1] .= "$magic_delimiter$create:$expire:$flag"; } @@ -462,7 +460,7 @@ if (check_for_tables()) { $pg->db->update('this_service', {operations => 0, starttime => time}); } else { - say "There are not tables in the database."; + say "There are not tables in the database, fixing."; create_tables(); $pg->db->insert('this_service',{ starttime => time,