mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
delete pointless debug-message
This commit is contained in:
parent
2b9d01c927
commit
ab1de6398f
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ GettyClass.prototype.file = "";
|
|||
GettyClass.prototype.login = "/sbin/login";
|
||||
GettyClass.prototype.main = function(args) {
|
||||
console.log("getty: started");
|
||||
console.log("getty: adding to scheduler");
|
||||
this.parseArgs(args);
|
||||
pathArray = new Array();
|
||||
pathArray[0] = ["stdout", this.file + "/o"];
|
||||
|
|
Loading…
Reference in a new issue