summaryrefslogtreecommitdiffstats
path: root/src/JSObject.cpp
diff options
context:
space:
mode:
authorJoe2011-03-07 22:38:56 +0100
committerJoe2011-03-07 22:38:56 +0100
commit5a28603ff0af7bb5b2fdf2c0f8e8ef4fd1168f8a (patch)
tree9fa16ad8766f15f4f1d08819e9a29b427cb61c5f /src/JSObject.cpp
parentbye bye fbbrowser.ui (diff)
downloadfbgui-5a28603ff0af7bb5b2fdf2c0f8e8ef4fd1168f8a.tar.gz
fbgui-5a28603ff0af7bb5b2fdf2c0f8e8ef4fd1168f8a.tar.xz
fbgui-5a28603ff0af7bb5b2fdf2c0f8e8ef4fd1168f8a.zip
SysInfo class .. (bad name I know...)
Diffstat (limited to 'src/JSObject.cpp')
-rw-r--r--src/JSObject.cpp1
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";