Skip to content

Commit

Permalink
console log
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Nov 26, 2024
1 parent d85cd3b commit fbb9c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/HAXCMSFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class HAXCMSFile
// save operations that are not bulk import need - path cleaning
tmpFile.name = tmpFile.name.replace(/[/\\?%*:|"<>\s]/g, '-');
let fullpath = path.join(pathPart, tmpFile.name);
console.log(fullpath);
try {
// support file saves from remote sources
if (filedata.startsWith('https://') || filedata.startsWith('http://')) {
Expand Down

0 comments on commit fbb9c00

Please sign in to comment.