Skip to content

Commit

Permalink
Remove console.log in rollup.config.js (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
carterworks authored Aug 7, 2024
1 parent d9921ae commit 86cdaad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { gzip, brotliCompress as br, constants as zlibConstants } from "zlib";
import { promisify } from "util";
import { readFile, writeFile } from "fs/promises";

console.log("process.env.BUNDLESIZE", process.env.BUNDLESIZE);
const INCLUDE_BUNDLESIZE = process.env.BUNDLESIZE === "true";
/**
* @param {Object} options
Expand Down

0 comments on commit 86cdaad

Please sign in to comment.