From deb374b7a1ed44784f1dbab8bb9c40405d6d51ea Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 7 Dec 2006 14:38:56 +0000 Subject: remove debugging git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9514 67ed7778-7388-44ab-90cf-0a291f65f57c --- packaging/generic/check_ptp_camera | 2 -- 1 file changed, 2 deletions(-) (limited to 'packaging') diff --git a/packaging/generic/check_ptp_camera b/packaging/generic/check_ptp_camera index 0ba26c0ca..f309ed851 100644 --- a/packaging/generic/check_ptp_camera +++ b/packaging/generic/check_ptp_camera @@ -3,8 +3,6 @@ # check if any interface of this device is a PTP camera interface (06) INTERFACE="${1:-06/01/01}" -echo "$INTERFACE" >>/var/log/xx.log - BASENAME=${PHYSDEVPATH##*/} for d in /sys/${PHYSDEVPATH}/${BASENAME}:*; do [[ -d ${d} ]] || continue -- cgit v1.2.1