Skip to content
Snippets Groups Projects
Commit 946dab1f authored by jkerdreu's avatar jkerdreu
Browse files

Drop spew dependency


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Go/trunk/xaal-lib/apps@3111 b32b6428-25c9-4566-ad07-03861ab6144f
parent 63cc68a2
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,9 @@ import (
)
func showMessage(msg *xAALLib.Message) {
if msg.IsAttributesChange() {
if msg.IsAlive() == false {
msg.Dump()
fmt.Println()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment