diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 19:46:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 19:46:49 +0200 |
commit | 7254de89f65817de879c2f04f53ec598b283cbab (patch) | |
tree | 2f4280012d86f6c045d401ce9bbc9945d8f85adf /facetracknoir | |
parent | 8aff21e4e73aa2517dc433da12202fd8c6052783 (diff) |
nix debug printf
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/facetracknoir/options.h b/facetracknoir/options.h index 27d7eed7..de445e69 100644 --- a/facetracknoir/options.h +++ b/facetracknoir/options.h @@ -274,10 +274,7 @@ namespace options { value(pbundle b, const QString& name, t def) : base_value(b, name) { if (!b->contains(name) || b->get<QVariant>(name).type() == QVariant::Invalid) - { - qDebug() << "new option" << *(t*)this; *this = def; - } } operator t() { |