@@ -107,9 +107,6 @@ func (t token) String() string {
return t.val
}
if len(t.val) > 10 {
return fmt.Sprintf("%.10q...", t.val)
return fmt.Sprintf("%q", t.val)
The note is not visible to the blocked user.