Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 25, 2018
1 parent a97426f commit 980e83a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/src/core/testqgsexpression.cpp
Expand Up @@ -3134,12 +3134,8 @@ class TestQgsExpression: public QObject
QgsExpressionContext ctx;
e.prepare( &ctx );
QVariant v = e.evaluate();
qDebug() << v.toString();
qDebug() << v.toDateTime().toMSecsSinceEpoch();
QTest::qSleep( 1000 );
QVariant v2 = e.evaluate();
qDebug() << v2.toString();
qDebug() << v2.toDateTime().toMSecsSinceEpoch();

QCOMPARE( v.toDateTime().toMSecsSinceEpoch(), v2.toDateTime().toMSecsSinceEpoch() );
}
Expand Down

0 comments on commit 980e83a

Please sign in to comment.