commit: 5c1d6630e4e14e7c467d0fa975c560a9a546de90
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Feb 25 10:59:55 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 10:59:55 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=5c1d6630
Remove debugging output
---
ag-web.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/ag-web.rb b/ag-web.rb
index bdac32b..df6b838 100644
--- a/ag-web.rb
+++ b/ag-web.rb
@@ -92,7 +92,6 @@ get '/:list/' do
result = get_month_listing(params[:list])
@title = params[:list]
current_monthint = to_monthint(Date.today.year, Date.today.month)
- puts current_monthint
erb :listindex, locals: { results: result, list: params[:list],
current_monthint: current_monthint }
rescue => e