Skip to content

Commit c358f4b

Browse files
committed
rm unneeded log
1 parent 028aff9 commit c358f4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controller/src/functions/glUsfmSources.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ async function getApplicableContentRows(context: InvocationContext) {
5757
for await (const f of usfmFiles) {
5858
const bookSlug = f.bookSlug.toUpperCase();
5959
let bookName = f.bookName;
60-
console.log({bookSlug, bookName});
6160
let rawUrl = `${apiBaseUrl}/${row.gitUser}/${
6261
row.gitRepo
6362
}/raw/${encodeURIComponent(f.path)}`;

0 commit comments

Comments
 (0)