Skip to content
Snippets Groups Projects
Commit f88e9e2d authored by deuce's avatar deuce
Browse files

Remove debug log stuff.

parent be205948
No related branches found
No related tags found
Loading
......@@ -65,7 +65,6 @@ function ReadPMsg()
if(msg.To==player.Record && !msg.Read) {
count++;
log("Found message #"+count);
if(msg.From==-98)
msgstr += "A deleted player destroyed "+msg.Destroyed+" fighters.\r\n";
else if(msg.From==-1) {
......@@ -82,7 +81,6 @@ log("Found message #"+count);
}
db.write(Settings.DB,'updates',updates);
db.unlock(Settings.DB,'updates');
log('count='+count+', msgstr='+msgstr);
if(count==0)
console.writeln("Nothing");
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment