drizzle-kit 0.22.0-3b0ba5f → 0.22.0-ed86dfa

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.
package/utils.mjs CHANGED
@@ -5494,7 +5494,6 @@ var validateWithReport = (snapshots, dialect3) => {
5494
5494
  }
5495
5495
  const result2 = validator.safeParse(raw);
5496
5496
  if (!result2.success) {
5497
- console.error(result2.error);
5498
5497
  accum.malformed.push(it);
5499
5498
  return accum;
5500
5499
  }