summaryrefslogtreecommitdiff
path: root/sources/core/VSProcess.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-20 21:22:10 +0000
committerPaul Buetow <paul@buetow.org>2008-05-20 21:22:10 +0000
commite2f8fdc3156040f47264871ded692a3fb90df779 (patch)
treec0a3404515822f1526bab5e8bfe1a09e63678972 /sources/core/VSProcess.java
parent263d8a4f43ed2d319a88bd11e05112daf8133aa2 (diff)
Loggin texts cleaned.
Diffstat (limited to 'sources/core/VSProcess.java')
-rw-r--r--sources/core/VSProcess.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java
index aa754a2..dbb37ba 100644
--- a/sources/core/VSProcess.java
+++ b/sources/core/VSProcess.java
@@ -466,11 +466,6 @@ public final class VSProcess extends VSPrefs {
StringBuffer buffer = new StringBuffer();
buffer.append(prefs.getString("lang.message.sent"));
buffer.append("; ");
- buffer.append(prefs.getString("lang.protocol"));
- buffer.append(": " + message.getName());
- buffer.append("; ");
- buffer.append(prefs.getString("lang.message"));
- buffer.append(" ");
buffer.append(message.toStringFull());
logg(buffer.toString());
simulationPanel.sendMessage(message);