diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-19 16:28:37 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-19 16:28:37 +0100 |
commit | cdb78656916abe5adb946a25b913cda7785a42de (patch) | |
tree | 0f656d639868c2ac8d8a14a5370ab8f2263092dc /bin | |
parent | 8d209c0f6a1b3c47f9bc55b6f63cb14bfa935162 (diff) |
HTML now sanitised on save.
Added History tests
Default polling interval now 5s, 0s for Timer/UDPServer
Fixed note entry for alert page.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mauveconsole | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mauveconsole b/bin/mauveconsole index 3c14824..169ca54 100644 --- a/bin/mauveconsole +++ b/bin/mauveconsole @@ -154,7 +154,5 @@ if outputter and logger.outputters.include?(outputter) outputter.close end -puts "This is mauve #{Mauve::VERSION}" - include Mauve IRB.start |