Skip to content

Commit b1f8b9c

Browse files
committed
Debug: Successful. Removed logs
1 parent c7bb843 commit b1f8b9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

convert.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ const ImageDir = '/github/workspace/' + images_dir + "/";
3838

3939
const ImageImport = image_import;
4040

41-
console.log(`Env 1: "${process.env.INPUT_HIGHLIGHT_THEME}"`);
42-
console.log(`Env 3: "${HighlightThemeFile}"`);
43-
4441
// Assign the style and template files to strings for later manipulation
4542
const style =
4643
fs.readFileSync(ThemeFile).toString('utf-8')

0 commit comments

Comments
 (0)