From 816b60cbc6db65d3185b99e721cc553c22adb45b Mon Sep 17 00:00:00 2001
From: meskio <meskio@sindominio.net>
Date: Wed, 4 Nov 2020 19:57:39 +0100
Subject: [PATCH] Remove debug log

---
 api/db/transaction.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/api/db/transaction.go b/api/db/transaction.go
index 8b1b83c..bab6274 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
 }
-- 
GitLab