Removed debug mess
Cette révision appartient à :
Parent
4411c5d731
révision
5c29c36410
1 fichiers modifiés avec 0 ajouts et 2 suppressions
|
@ -44,8 +44,6 @@ func (mes *Messages) AddInfo(name string, msg string) {
|
||||||
mes.setMessagesInContext()
|
mes.setMessagesInContext()
|
||||||
}
|
}
|
||||||
func (mes *Messages) AddInfof(name string, msg string, args ...interface{}) {
|
func (mes *Messages) AddInfof(name string, msg string, args ...interface{}) {
|
||||||
fmt.Println(msg)
|
|
||||||
fmt.Printf(msg, args)
|
|
||||||
mes.AddInfo(name, fmt.Sprintf(msg, args...))
|
mes.AddInfo(name, fmt.Sprintf(msg, args...))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Référencer dans un nouveau ticket