Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ag-web:master commit in: /
Date: Wed, 25 Feb 2015 11:02:16
Message-Id: 1424861995.5c1d6630e4e14e7c467d0fa975c560a9a546de90.a3li@gentoo
1 commit: 5c1d6630e4e14e7c467d0fa975c560a9a546de90
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Wed Feb 25 10:59:55 2015 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 25 10:59:55 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=5c1d6630
7
8 Remove debugging output
9
10 ---
11 ag-web.rb | 1 -
12 1 file changed, 1 deletion(-)
13
14 diff --git a/ag-web.rb b/ag-web.rb
15 index bdac32b..df6b838 100644
16 --- a/ag-web.rb
17 +++ b/ag-web.rb
18 @@ -92,7 +92,6 @@ get '/:list/' do
19 result = get_month_listing(params[:list])
20 @title = params[:list]
21 current_monthint = to_monthint(Date.today.year, Date.today.month)
22 - puts current_monthint
23
24 erb :listindex, locals: { results: result, list: params[:list], current_monthint: current_monthint }
25 rescue => e