Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Aug 15, 2024
1 parent 50c5922 commit 0200896
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/pigment-css-vite-app/src/pages/fixtures/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as playwright from 'playwright';
async function main() {
const baseUrl = 'http://localhost:5001/fixtures';
const screenshotDir = path.resolve('screenshots/chrome');
console.log('screenshotDir', screenshotDir);
const browser = await playwright.chromium.launch({
args: ['--font-render-hinting=none'],
// otherwise the loaded google Roboto font isn't applied
Expand Down
1 change: 0 additions & 1 deletion scripts/pushArgos.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const BATCH_SIZE = 200;
async function run() {
const emotionScreenshots = await glob(`${screenshotsBase}/**/*`);
const pigmentCSSScnreeshots = await glob(`${screenshotsPigmentCSSBase}/**/*`);
console.log(pigmentCSSScnreeshots.length);
const screenshots = [...emotionScreenshots, ...pigmentCSSScnreeshots];
const chunks = lodashChunk(screenshots, BATCH_SIZE);

Expand Down

0 comments on commit 0200896

Please sign in to comment.