Skip to content

Commit ec4ae90

Browse files
fix: PR requested change
1 parent 6991743 commit ec4ae90

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/plugins/vuid_manager/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ export class VuidManager implements IVuidManager {
7171
* Get the current VUID value being used
7272
*/
7373
get vuid(): string | undefined {
74-
if (!this._vuid) {
75-
this.logger.log(LogLevel.ERROR, 'VUID is not initialized. Please call initialize() before accessing the VUID.');
76-
}
77-
7874
return this._vuid;
7975
}
8076

0 commit comments

Comments
 (0)