printer/plainprinter.go
changeset 148 6c763fa86e9a
parent 147 d9b02148d24c
child 150 7f46bcaf240c
--- a/printer/plainprinter.go	Fri May 26 13:55:39 2017 +0200
+++ b/printer/plainprinter.go	Fri May 26 23:04:46 2017 +0200
@@ -230,7 +230,6 @@
 	indentedPrint(w, indent, false, false, "Followed-by", "%v", r.FollowedBy)
 	indentedPrint(w, indent, false, false, "Blocking", "%v", r.Blocking)
 	indentedPrint(w, indent, false, false, "Muting", "%v", r.Muting)
-	indentedPrint(w, indent, false, false, "Muting Boosts", "%v", r.MutingBoosts)
 	indentedPrint(w, indent, false, false, "Requested", "%v", r.Requested)
 	return nil
 }