Skip to content

Commit e20618d

Browse files
committed
removing unused imports
1 parent a73edd9 commit e20618d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/authentication/logging/LogConfiguration.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
var Constants = require('../util/Constants');
44
const ExternalLoggerWrapper = require('../logging/ExternalLoggerWrapper');
55
const ApiException = require('../util/ApiException');
6-
const fs = require("fs");
7-
const path = require("path");
86

97
class LogConfiguration {
108
enableLog;

0 commit comments

Comments
 (0)