mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Remove debug statement
This commit is contained in:
parent
b3b4278f59
commit
ebc3fb9378
1 changed files with 0 additions and 1 deletions
|
@ -556,7 +556,6 @@ fn (s string) trim_left(cutset string) string {
|
|||
}
|
||||
|
||||
fn (s string) trim_right(cutset string) string {
|
||||
return s
|
||||
pos := s.last_index(cutset)
|
||||
if pos == -1 {
|
||||
return s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue