iticket-seatingplan-dev 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -303,7 +303,6 @@ const SeatingPlan = _ref => {
303
303
  const y = filteredSeats.map(fs => fs.y);
304
304
  const maxX = Math.max(...x) - Math.min(...x);
305
305
  const maxY = Math.max(...y) - Math.min(...y);
306
- console.log(maxX, maxY);
307
306
  if (maxY > 67.5) return 4;else return 6;
308
307
  };
309
308
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "iticket-seatingplan-dev",
3
3
  "description": "Seating plan with FLEXi pricing",
4
4
  "author": "gedwyne",
5
- "version": "1.2.1",
5
+ "version": "1.2.2",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "iticket",