Skip to content

Commit 14d2b75

Browse files
committed
chore: undo render.js changes
1 parent 57c3c09 commit 14d2b75

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scripts/render.js

+2-6
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ const Crypto = require('crypto');
3232
const fs = require('fs');
3333
const Path = require('path');
3434
const Url = require('url');
35-
const { Console } = require('console');
36-
const Gettext = require('./gettext');
37-
const js_translation = require('./js_translation');
3835
const common = require('./common');
36+
const js_translation = require('./js_translation');
37+
const Gettext = require('./gettext');
3938

4039
program
4140
.version('0.2.2')
@@ -337,9 +336,6 @@ const getFilteredPages = () => {
337336
});
338337
}
339338

340-
console.log('Section');
341-
console.log(sections);
342-
343339
context_builder = await createContextBuilder(sections);
344340

345341
await Promise.all(

0 commit comments

Comments
 (0)