Skip to content

Commit

Permalink
Debug: Successful. Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BaileyJM02 committed Apr 22, 2020
1 parent c7bb843 commit b1f8b9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ const ImageDir = '/github/workspace/' + images_dir + "/";

const ImageImport = image_import;

console.log(`Env 1: "${process.env.INPUT_HIGHLIGHT_THEME}"`);
console.log(`Env 3: "${HighlightThemeFile}"`);

// Assign the style and template files to strings for later manipulation
const style =
fs.readFileSync(ThemeFile).toString('utf-8')
Expand Down

0 comments on commit b1f8b9c

Please sign in to comment.