Skip to content

Commit e372580

Browse files
authored
Update app.js
1 parent 36358de commit e372580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ setInterval(function(str1, str2) {
3030
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
3131
else if (ran > 0.25)
3232
text = makeid(40)+ ""+makeid(40)
33-
console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
33+
console.log(str1 + "" + str2 + "" + text+ "" +makeid(40));
3434
//console.log(logs[i])
3535
i++
3636
if (i == logs.length) i = 0

0 commit comments

Comments
 (0)