Skip to content

Commit

Permalink
removed debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
skfrost19 committed Aug 11, 2023
1 parent d08977e commit feee099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ async function renderDocx(docxPath: string, panel: vscode.WebviewPanel) {
// convert the docx to html
// get font from docxreader.font setting
const font = vscode.workspace.getConfiguration('docxreader').get('font') || "Arial";
console.log(font);
if (docxPath.endsWith(".odt")){
odt2html.toHTML({
path: docxPath,
Expand Down

0 comments on commit feee099

Please sign in to comment.