We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c3c09 commit 14d2b75Copy full SHA for 14d2b75
scripts/render.js
@@ -32,10 +32,9 @@ const Crypto = require('crypto');
32
const fs = require('fs');
33
const Path = require('path');
34
const Url = require('url');
35
-const { Console } = require('console');
36
-const Gettext = require('./gettext');
37
-const js_translation = require('./js_translation');
38
const common = require('./common');
+const js_translation = require('./js_translation');
+const Gettext = require('./gettext');
39
40
program
41
.version('0.2.2')
@@ -337,9 +336,6 @@ const getFilteredPages = () => {
337
336
});
338
}
339
340
- console.log('Section');
341
- console.log(sections);
342
-
343
context_builder = await createContextBuilder(sections);
344
345
await Promise.all(
0 commit comments