Skip to content

Commit

Permalink
fmk - removing json objects frm debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Sep 27, 2019
1 parent e328bf8 commit 8e50bae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WindEDP_Selection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ WindEDP_Selection::outputToJSON(QJsonObject &jsonObject)
bool
WindEDP_Selection::inputFromJSON(QJsonObject &jsonObject) {

qDebug() << "EDP_SELECTION - " << jsonObject;

if (theCurrentEDP != 0) {
return theCurrentEDP->inputFromJSON(jsonObject);
}
Expand Down

0 comments on commit 8e50bae

Please sign in to comment.