From 77817f9437037d9074f8f2c947e5d3b3ec9e11cf Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 20 Mar 2018 19:46:47 +0100 Subject: [PATCH] Disabled the Iomega ZIP logging. --- src/disk/zip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/disk/zip.c b/src/disk/zip.c index 6ba2d9896..eea0eedbf 100644 --- a/src/disk/zip.c +++ b/src/disk/zip.c @@ -9,7 +9,7 @@ * Implementation of the Iomega ZIP drive with SCSI(-like) * commands, for both ATAPI and SCSI usage. * - * Version: @(#)zip.c 1.0.16 2018/03/20 + * Version: @(#)zip.c 1.0.17 2018/03/20 * * Author: Miran Grca, * @@ -455,7 +455,6 @@ static const mode_sense_pages_t zip_250_mode_sense_pages_changeable = static mode_sense_pages_t zip_mode_sense_pages_saved[ZIP_NUM]; -#define ENABLE_ZIP_LOG 1 #ifdef ENABLE_ZIP_LOG int zip_do_log = ENABLE_ZIP_LOG; #endif