diff --git a/5_reconstruction/gtChangeThreshold3D.m b/5_reconstruction/gtChangeThreshold3D.m
index 1a053bea25bed5cca19d7a4db91e63922682ff19..02051e6e6e282d236557d08c001ee1db91e3bf3c 100644
--- a/5_reconstruction/gtChangeThreshold3D.m
+++ b/5_reconstruction/gtChangeThreshold3D.m
@@ -25,7 +25,7 @@ if isdeployed
     end
 end
 
-args = [varargin, 'verbose', ~isdeployed];
+args = [varargin, 'verbose', false];
 thresh = GtThreshold(args{:});
 if (nargin >= 1)
     varargout{1} = thresh.batchThreshold(phaseID, firstID, lastID);