Skip to content

Commit 567f948

Browse files
committed
comment removal
1 parent 9700116 commit 567f948

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

experimental.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ var loginStageCounter = 0;
3636
const maxRunningWorkflows = 20;
3737

3838

39-
function generateUUID()
40-
{
41-
//UI-93290e40-3e26-42a9-8bc3-b50c32b7115b
39+
function generateUUID(){
4240
var hexstring = crypto.randomBytes(16).toString("hex");
4341
var guidstring = "UI-" + hexstring.substring(0,8) + "-" + hexstring.substring(8,12) + "-" + hexstring.substring(12,16) + "-" + hexstring.substring(16,20) + "-" + hexstring.substring(20);
44-
//var uuid = "UI-" + crypto;
4542
return guidstring;
4643
}
4744

0 commit comments

Comments
 (0)