From 74f12ab64108414f8fe4d7c11448c56bfd183a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 19 Apr 2015 17:04:34 +0200 Subject: [PATCH] lint: Remove NOP --- fdroidserver/lint.py | 1 - 1 file changed, 1 deletion(-) 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: