From d472e2804190ea6261a88dae546e5908309209f9 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 10 Nov 2010 12:49:36 -0500 Subject: MTP: Don't dump data packets twice in debug output. Change-Id: I49b383d39aea101a58ae6902952ba91b44e7dc3b Signed-off-by: Mike Lockwood --- media/mtp/MtpDebug.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'media/mtp/MtpDebug.cpp') diff --git a/media/mtp/MtpDebug.cpp b/media/mtp/MtpDebug.cpp index d6b107d..3416807 100644 --- a/media/mtp/MtpDebug.cpp +++ b/media/mtp/MtpDebug.cpp @@ -63,7 +63,6 @@ static const CodeEntry sOperationCodes[] = { }; static const CodeEntry sFormatCodes[] = { - { "MTP_OPERATION_GET_DEVICE_INFO", 0x1001 }, { "MTP_FORMAT_UNDEFINED", 0x3000 }, { "MTP_FORMAT_ASSOCIATION", 0x3001 }, { "MTP_FORMAT_SCRIPT", 0x3002 }, -- cgit v1.1