hmt 3 년 전
부모
커밋
d9d2792b3a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()