clean up debug stuff

This commit is contained in:
Dario Dorando 2023-09-06 15:56:23 +03:00
parent 678e777973
commit b3abc86801
3 changed files with 0 additions and 11 deletions

View file

@ -147,9 +147,6 @@ export function fileExistsSync(path: string): boolean {
throw new Error("Arg 'path' must not be empty")
}
core.info(path)
core.info(fs.realpathSync(path))
let stats: fs.Stats
try {
stats = fs.statSync(fs.realpathSync(path))