Revert "[Feature][T8TSK-250][ADBD]add adb debug patch"

This reverts commit 0300fcc023c83b5b569b0c0799aff58cfd65dd39.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I82e92daf5003f885c4732744291c57425ef27642
diff --git a/src/devtools/adb/adb_trace.h b/src/devtools/adb/adb_trace.h
index 2039dbe..32c3cc6 100644
--- a/src/devtools/adb/adb_trace.h
+++ b/src/devtools/adb/adb_trace.h
@@ -22,7 +22,7 @@
 #endif
 
 /* define ADB_TRACE to 1 to enable tracing support, or 0 to disable it */
-#define  ADB_TRACE    1
+#define  ADB_TRACE    0
 
 /* IMPORTANT: if you change the following list, don't
  * forget to update the corresponding 'tags' table in
@@ -41,7 +41,6 @@
     TRACE_SERVICES,
     TRACE_AUTH,
     TRACE_FDEVENT,
-    TRACE_LAST,      /* 0x1000 */
 } AdbTrace;
 
 #if ADB_TRACE