From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 548E5138AD7 for ; Wed, 25 Feb 2015 11:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A045E08EC; Wed, 25 Feb 2015 11:02:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36178E08EC for ; Wed, 25 Feb 2015 11:02:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA48B3408AB for ; Wed, 25 Feb 2015 11:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DB9512826 for ; Wed, 25 Feb 2015 11:02:12 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424861995.5c1d6630e4e14e7c467d0fa975c560a9a546de90.a3li@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: / X-VCS-Repository: proj/ag-web X-VCS-Files: ag-web.rb X-VCS-Directories: / X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 5c1d6630e4e14e7c467d0fa975c560a9a546de90 X-VCS-Branch: master Date: Wed, 25 Feb 2015 11:02:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c21d0eed-a285-4699-9e47-24291196af38 X-Archives-Hash: 80b10068c90999fdbcdb3e3a78e1f3f6 commit: 5c1d6630e4e14e7c467d0fa975c560a9a546de90 Author: Alex Legler a3li li> AuthorDate: Wed Feb 25 10:59:55 2015 +0000 Commit: Alex Legler gentoo 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