summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/manufacturers.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/manufacturers.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/manufacturers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/manufacturers.cpp b/noncore/net/wellenreiter/gui/manufacturers.cpp
index dad2753..f9f8967 100644
--- a/noncore/net/wellenreiter/gui/manufacturers.cpp
+++ b/noncore/net/wellenreiter/gui/manufacturers.cpp
@@ -41,7 +41,7 @@ ManufacturerDB::ManufacturerDB( const QString& filename )
s.skipWhiteSpace();
manu = s.readLine();
#ifdef DEBUG
- qDebug( "ManufacturerDB: read pair %s, %s", (const char*) addr, (const char*) manu );
+ //qDebug( "ManufacturerDB: read pair %s, %s", (const char*) addr, (const char*) manu );
#endif
manufacturers.insert( addr, manu );