summaryrefslogtreecommitdiff
path: root/sample/fullpath.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/fullpath.rb')
-rw-r--r--sample/fullpath.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/fullpath.rb b/sample/fullpath.rb
index b1d4b9c332..6c528f6f96 100644
--- a/sample/fullpath.rb
+++ b/sample/fullpath.rb
@@ -9,7 +9,6 @@ end
if path == nil
path = ""
elsif path !~ /\/$/
- print(path, "/\n")
path += "/"
end