pylint.sh: remove debugging statement

This commit is contained in:
Benjamin Dauvergne 2019-08-02 14:15:09 +02:00
parent bf15afeb6f
commit a4b9e56611
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
set -e -x
env
if [ -f /var/lib/jenkins/pylint.django.rc ]; then
PYLINT_RC=/var/lib/jenkins/pylint.django.rc
elif [ -f pylint.django.rc ]; then