Skip to content

Commit c69f0b5

Browse files
committed
remove fprintf from BaseInternalDialog
1 parent 15c01e6 commit c69f0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/+wt/+abstract/BaseInternalDialog.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function positionOver(obj, refComp)
262262

263263
% Update dialog position
264264
if ~isequal(obj.Position, posNew)
265-
fprintf(" Change position: posOld = %f posNew = %f\n", obj.Position, posNew);
265+
% fprintf(" Change position: posOld = %f posNew = %f\n", obj.Position, posNew);
266266
obj.Position = posNew;
267267
end
268268

0 commit comments

Comments
 (0)