hmt %!s(int64=3) %!d(string=hai) anos
pai
achega
d9d2792b3a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Übersicht.svelte

+ 0 - 1
Übersicht.svelte

@@ -93,7 +93,6 @@
               LEFT JOIN wahlen ON schueler.id = wahlen.schueler_id`)
         .then(resp => {
           schueler_entfernt = resp.rows
-          console.log(resp.rows)
         })
   const mysql_connection = mysql.createConnection(knexConfig.connection)
   mysql_connection.connect()