Skip to content

Commit 07db245

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2eb1dac + fc0c029 commit 07db245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FogCarport/src/main/java/logic/PartslistLogic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ PartslistModel getSimpleBOM(String height, String length, String width, String s
6767
hasShed = true;
6868
}
6969
// If input is out of bounds, then throw an error.
70-
// Units in mm
7170
if (_height < 2000 || _height > 3000 || _length < 2400 || _length > 7200 || _width < 2400 || _width > 7200)
7271
{
7372
// Should maybe be something like a ShopException.

0 commit comments

Comments
 (0)