silence `compare`

pull/3/head
Sebastian Pfitzner 2017-06-09 21:04:18 +02:00 committed by GitHub
parent 63775c06f5
commit 5872043a1d
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ function compare(dist::TokenSort, s1::AbstractStringorGraphemeIterator, s2::Abst
if search(s2, Base._default_delims) > 0
s2 = iterator(typeof(s2), join(sort!(split(s2)), " "))
end
@show s1, s2
compare(dist.dist, s1, s2)
end