summaryrefslogtreecommitdiff
path: root/sources/core/VSProcess.java
diff options
context:
space:
mode:
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);