From: Daniel Martí Date: Sun, 19 Apr 2015 15:04:34 +0000 (+0200) Subject: lint: Remove NOP X-Git-Tag: 0.4.0~91 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=74f12ab64108414f8fe4d7c11448c56bfd183a07;p=fdroidserver.git lint: Remove NOP --- diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 9a1659ba..7caab1a1 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -194,7 +194,6 @@ def main(): if app['Web Site'] and app['Source Code']: if app['Web Site'].lower() == app['Source Code'].lower(): warn("Website '%s' is just the app's source code link" % app['Web Site']) - app['Web Site'] = '' name = app['Name'] or app['Auto Name'] if app['Summary'] and name: