Skip to content

Commit 6b2d895

Browse files
Remove unnecessary log var
1 parent 6f5270d commit 6b2d895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nodes/libs/fs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ const { accessSync, cpSync, constants: fsConstants, existsSync, mkdirSync, readF
4444
const fg = require('fast-glob')
4545
// WARNING: Take care not to end up with circular requires. e.g. libs/socket.js or uiblib.js cannot be required here
4646

47-
let log
48-
4947
class UibFs {
5048
//#region --- Class vars ---
5149
/** PRIVATE Flag to indicate whether setup() has been run (ignore the false eslint error)

0 commit comments

Comments
 (0)