We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6991743 commit ec4ae90Copy full SHA for ec4ae90
lib/plugins/vuid_manager/index.ts
@@ -71,10 +71,6 @@ export class VuidManager implements IVuidManager {
71
* Get the current VUID value being used
72
*/
73
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
-
78
return this._vuid;
79
}
80
0 commit comments