@shotstack/shotstack-canvas 1.1.9 → 1.2.0

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.
@@ -1284,7 +1284,6 @@ async function createNodePainter(opts) {
1284
1284
  if (!fill) {
1285
1285
  fill = makeGradientFromBBox(context, fillOp.fill, localBBox);
1286
1286
  gradientCache.set(cacheKey, fill);
1287
- console.log("[Node Painter] Created NEW gradient for local bbox:", localBBox);
1288
1287
  }
1289
1288
  context.fillStyle = fill;
1290
1289
  context.beginPath();