about summary refs log tree commit homepage
path: root/examples/watcher_demo.ru
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-17 02:33:26 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-17 02:33:50 +0000
commit39cab8b630d41d8d002f5d4f65280bc63706c74f (patch)
tree5c62b29ece4ba4f6efcaf51786b39fe5dea105b3 /examples/watcher_demo.ru
parent1f29269eabd806f1e0cb9ca7fd4231d8588d7669 (diff)
downloadraindrops-39cab8b630d41d8d002f5d4f65280bc63706c74f.tar.gz
Whee!
Diffstat (limited to 'examples/watcher_demo.ru')
-rw-r--r--examples/watcher_demo.ru2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/watcher_demo.ru b/examples/watcher_demo.ru
index 2d74b09..36a9ed3 100644
--- a/examples/watcher_demo.ru
+++ b/examples/watcher_demo.ru
@@ -3,7 +3,5 @@
 #
 # zbatery -c zbatery.conf.ru watcher_demo.ru -E none
 require "raindrops"
-require "clogger" # http://clogger.rubyforge.org/
-use Clogger, :format => Clogger::Format::Rack_1_0, :logger => $stdout
 use Raindrops::Middleware
 run Raindrops::Watcher.new :listeners => %w(0.0.0.0:80 /tmp/.raindrops)