Remove debug statement
parent
b3b4278f59
commit
ebc3fb9378
|
@ -556,7 +556,6 @@ fn (s string) trim_left(cutset string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn (s string) trim_right(cutset string) string {
|
fn (s string) trim_right(cutset string) string {
|
||||||
return s
|
|
||||||
pos := s.last_index(cutset)
|
pos := s.last_index(cutset)
|
||||||
if pos == -1 {
|
if pos == -1 {
|
||||||
return s
|
return s
|
||||||
|
|
Loading…
Reference in New Issue