We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028aff9 commit c358f4bCopy full SHA for c358f4b
controller/src/functions/glUsfmSources.ts
@@ -57,7 +57,6 @@ async function getApplicableContentRows(context: InvocationContext) {
57
for await (const f of usfmFiles) {
58
const bookSlug = f.bookSlug.toUpperCase();
59
let bookName = f.bookName;
60
- console.log({bookSlug, bookName});
61
let rawUrl = `${apiBaseUrl}/${row.gitUser}/${
62
row.gitRepo
63
}/raw/${encodeURIComponent(f.path)}`;
0 commit comments