pylint.sh: remove debugging statements (#21113)

This commit is contained in:
Benjamin Dauvergne 2018-01-11 14:32:12 +01:00
parent 15dffd5bfb
commit 9f8b843a35
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/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