diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-20 21:22:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-20 21:22:10 +0000 |
| commit | e2f8fdc3156040f47264871ded692a3fb90df779 (patch) | |
| tree | c0a3404515822f1526bab5e8bfe1a09e63678972 /sources/events/VSEvent.java | |
| parent | 263d8a4f43ed2d319a88bd11e05112daf8133aa2 (diff) | |
Loggin texts cleaned.
Diffstat (limited to 'sources/events/VSEvent.java')
| -rw-r--r-- | sources/events/VSEvent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java index bfb677d..d058e33 100644 --- a/sources/events/VSEvent.java +++ b/sources/events/VSEvent.java @@ -47,7 +47,7 @@ abstract public class VSEvent extends VSPrefs { } public void logg(String message) { - process.logg(toString() + "; " + message); + process.logg(/*toString() + "; " + */message); } public boolean equals(VSEvent event) { |
