Skip to content

Commit 98dea78

Browse files
committed
Remove inaccurate comment
1 parent 9df009b commit 98dea78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Functions/+BpodLib/+BpodObject/+setup/updatePathAndSettings.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function updatePathAndSettings(BpodSystem, varargin)
120120
BpodSystem.CalibrationTables.LiquidCal = BpodLib.calibration.liquid.io.load('BpodSystem', BpodSystem, 'LocalDir', LocalDir, 'type', 'statemachine');
121121
if strcmp(BpodLib.calibration.liquid.utils.checkCOM(BpodSystem), 'no')
122122
if p.Results.verbose
123-
% if fresh setup skip because UI already said to check out the thing.
124123
BpodLib.calibration.liquid.ui.VerifyCOMGUI(BpodSystem);
125124
end
126125
end

0 commit comments

Comments
 (0)