drizzle-kit 0.22.0-3b0ba5f → 0.22.0-ed86dfa

Sign up to get free protection for your applications and to get access to all the features.
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
  }