remove enter

This commit is contained in:
casperlamboo 2016-10-13 14:22:54 +02:00 committed by Simon Voordouw
parent 6af54e2362
commit de2f2ceafd

View File

@ -42,7 +42,6 @@ export default function generateSupport(slices, settings) {
}
}
var supportTemplate = getFillTemplate(supportAreas.bounds(), supportGridSize, true, true);
var supportFill = supportTemplate.intersect(supportAreas);
if (supportFill.length === 0) {