diff options
Diffstat (limited to 'src/JSObject.cpp')
| -rw-r--r-- | src/JSObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JSObject.cpp b/src/JSObject.cpp index 8650451..2d926b5 100644 --- a/src/JSObject.cpp +++ b/src/JSObject.cpp @@ -20,7 +20,6 @@ JSObject::~JSObject() {} /* TEST */ QString JSObject::getInfo(QString info) { - //qDebug() << "Parent name: " << this->parent()->getMAC(); if (debug) qDebug() << "Requested info: " << info; if (info == QString("mac")) return "MAC_ADDRESS"; |
