Skip to content

Commit

Permalink
Remove unnecessary log var
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Jan 3, 2025
1 parent 6f5270d commit 6b2d895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nodes/libs/fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ const { accessSync, cpSync, constants: fsConstants, existsSync, mkdirSync, readF
const fg = require('fast-glob')
// WARNING: Take care not to end up with circular requires. e.g. libs/socket.js or uiblib.js cannot be required here

let log

class UibFs {
//#region --- Class vars ---
/** PRIVATE Flag to indicate whether setup() has been run (ignore the false eslint error)
Expand Down

0 comments on commit 6b2d895

Please sign in to comment.