Skip to content

Commit b704c52

Browse files
committed
Fix ci
1 parent e4312d7 commit b704c52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/translate/editor/editor-draft/editor-draft.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ export class EditorDraftComponent implements AfterViewInit, OnChanges {
196196
filterNullish(),
197197
tap(projectDoc => {
198198
this.targetProject = projectDoc.data;
199-
console.log(this.targetProject);
200199
this.hasFormattingSelected = projectDoc.data?.translateConfig.draftConfig.usfmConfig != null;
201200
}),
202201
distinctUntilChanged(),

0 commit comments

Comments
 (0)