Skip to content
Snippets Groups Projects
Commit 816b60cb authored by meskio's avatar meskio :tent:
Browse files

Remove debug log

parent b099f4f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment