From 3199a4b2cb38a48b56809efbb265e515396dcdc7 Mon Sep 17 00:00:00 2001 From: Adam Hamsik Date: Tue, 17 Jul 2012 11:09:46 +0200 Subject: [PATCH] Remove debug puts. --- lib/gollum/file_view.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/gollum/file_view.rb b/lib/gollum/file_view.rb index 6474b66b..6f56d541 100644 --- a/lib/gollum/file_view.rb +++ b/lib/gollum/file_view.rb @@ -61,8 +61,6 @@ module Gollum # If there are no folders, then we're done. return enclose_tree(html) if folder_start <= -1 - puts "!>> folder_start = #{folder_start}, count = #{count}" - # Handle special case of only one folder. if (count - folder_start == 1) page = @pages[ folder_start ] @@ -82,7 +80,6 @@ module Gollum sorted_folders = [] (folder_start).upto count - 1 do | index | - puts "!>>sorted_folders => #{@pages[ index ].path} " sorted_folders += [[ @pages[ index ].path, index ]] end