Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Removed debug mess

Cette révision appartient à :
akuma06 2017-05-22 10:15:51 +02:00
Parent 4411c5d731
révision 5c29c36410

Voir le fichier

@ -44,8 +44,6 @@ func (mes *Messages) AddInfo(name string, msg string) {
mes.setMessagesInContext()
}
func (mes *Messages) AddInfof(name string, msg string, args ...interface{}) {
fmt.Println(msg)
fmt.Printf(msg, args)
mes.AddInfo(name, fmt.Sprintf(msg, args...))
}