Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: _plugins/
Date: Sun, 31 Jan 2016 00:55:21
Message-Id: 1454201698.1fa6d0d864034078bbb1cb8233e88ac79413d0e8.a3li@gentoo
1 commit: 1fa6d0d864034078bbb1cb8233e88ac79413d0e8
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sun Jan 31 00:54:58 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 00:54:58 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=1fa6d0d8
7
8 Clear debug code
9
10 _plugins/downloads.rb | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/_plugins/downloads.rb b/_plugins/downloads.rb
14 index 22d58e2..da4596e 100644
15 --- a/_plugins/downloads.rb
16 +++ b/_plugins/downloads.rb
17 @@ -44,9 +44,6 @@ module Gentoo
18 end
19 end
20 end
21 -
22 - require 'pp'
23 - pp site.data['downloads']
24 end
25 end
26 end