This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / acpi / tables / tbget.c
index 5379424..1456c7b 100644 (file)
@@ -167,9 +167,6 @@ acpi_tb_get_table_header (
                return_ACPI_STATUS (AE_BAD_PARAMETER);
        }
 
-       ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, "Table Signature: [%4.4s]\n",
-               return_header->signature));
-
        return_ACPI_STATUS (AE_OK);
 }