From 3a8d5d97794b67b147b93491a905257e048f09f5 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 23 Oct 2019 23:49:03 +0200 Subject: [PATCH] Removed debug code. --- src/db/db/dbNetlistCompare.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/dbNetlistCompare.cc b/src/db/db/dbNetlistCompare.cc index d51a4b33c..fe8d42481 100644 --- a/src/db/db/dbNetlistCompare.cc +++ b/src/db/db/dbNetlistCompare.cc @@ -32,7 +32,7 @@ // verbose debug output // TODO: make this a feature? -#define PRINT_DEBUG_NETCOMPARE +// #define PRINT_DEBUG_NETCOMPARE // verbose net graph output // TODO: make this a feature?