Skip to content

Commit

Permalink
libdeng2: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 13, 2013
1 parent 09b1225 commit 3200bd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/libdeng2/src/data/record.cpp
Expand Up @@ -33,8 +33,6 @@
#include "de/String"

#include <QTextStream>
#include <QMap>
#include <QDebug>

namespace de {

Expand Down Expand Up @@ -68,7 +66,6 @@ DENG2_PIMPL(Record)
{
if(isSubrecord(*i.value()))
{
qDebug() << i.key();
subs.insert(i.key(), static_cast<RecordValue &>(i.value()->value()).record());
}
}
Expand Down

0 comments on commit 3200bd9

Please sign in to comment.