diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2021-01-17 18:01:33 +0100 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2021-01-17 18:01:33 +0100 |
commit | 40ea3c2b5f2fe95ffc3dff6e30f28c0b538820c8 (patch) | |
tree | 0a44e6ae5be60db00615e79edc724c8be545b033 | |
parent | 7896b6b8acdf11466006944f367ab5057dfa2b4e (diff) | |
download | libgphoto2-40ea3c2b5f2fe95ffc3dff6e30f28c0b538820c8.tar.gz |
remove superflous print device info
-rw-r--r-- | camlibs/ptp2/library.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 397a2093c..cd46791da 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -7469,7 +7469,6 @@ camera_summary (Camera* camera, CameraText* summary, GPContext *context) */ C_PTP_REP (ptp_getdeviceinfo (params, &pdi)); CR (fixup_cached_deviceinfo (camera, &pdi)); - print_debug_deviceinfo(params, ¶ms->deviceinfo); for (i=0;i<pdi.DevicePropertiesSupported_len;i++) { PTPDevicePropDesc dpd; unsigned int dpc = pdi.DevicePropertiesSupported[i]; |