diff --git a/api/db/transaction.go b/api/db/transaction.go
index 8b1b83c41911c7f4604ad2fa051f77a3a4abd6ac..bab627422eb4e0652519fd61f63d1d52aa018ea7 100644
--- a/api/db/transaction.go
+++ b/api/db/transaction.go
@@ -78,7 +78,6 @@ func (d *DB) AddTopup(adminNum int, memberNum int, amount int, comment string) (
 		Type:  "topup",
 		Total: amount,
 	}
-	log.Println(transaction.ProxyNum)
 	err = createTransaction(d.db, &transaction)
 	return
 }