Skip to content

Commit 38c7ebb

Browse files
committed
remove printing
1 parent 88d9647 commit 38c7ebb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

easyReflectometryApp/Gui/Pages/Sample/SideBarBasic.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,7 @@ EaComponents.SideBarColumn {
217217
to: 9999
218218
value: ExGlobals.Constants.proxy.currentItemsRepetitions
219219
onValueChanged: {
220-
print('reps', ExGlobals.Constants.proxy.currentItemsRepetitions)
221220
ExGlobals.Constants.proxy.currentItemsRepetitions = value
222-
print(ExGlobals.Constants.proxy.currentItemsRepetitions)
223221
}
224222
}
225223
}

0 commit comments

Comments
 (0)