Skip to content

Commit ed95d02

Browse files
committed
Remove debup output
1 parent 4ca8741 commit ed95d02

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/calculator/NumberDisplayDataModel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ void
5353
NumberDisplayDataModel::
5454
setInData(std::shared_ptr<NodeData> data, PortIndex portIndex)
5555
{
56-
qWarning() << this;
5756
_numberData = std::dynamic_pointer_cast<DecimalData>(data);
5857

5958
if (!_label)

examples/calculator/NumberSourceDataModel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ onTextEdited(QString const& str)
8585
{
8686
_number = std::make_shared<DecimalData>(number);
8787

88-
qWarning() << "================";
89-
9088
Q_EMIT dataUpdated(0);
9189

9290
}

0 commit comments

Comments
 (0)