diff --git a/chat-demo/project.clj b/chat-demo/project.clj index e643386..02a33c0 100644 --- a/chat-demo/project.clj +++ b/chat-demo/project.clj @@ -6,6 +6,6 @@ [net.thegeez/google-closure-library "0.0-1698"] [net.thegeez/clj-browserchannel-server "0.0.4"] [net.thegeez/clj-browserchannel-jetty-adapter "0.0.1"] - [net.thegeez/clj-browserchannel-netty-adapter "0.0.1"] + #_[net.thegeez/clj-browserchannel-netty-adapter "0.0.1"] ] ) diff --git a/chat-demo/src/chat_demo/core.clj b/chat-demo/src/chat_demo/core.clj index adbba21..314059f 100644 --- a/chat-demo/src/chat_demo/core.clj +++ b/chat-demo/src/chat_demo/core.clj @@ -1,7 +1,7 @@ (ns chat-demo.core (:require [net.thegeez.browserchannel :as browserchannel] [net.thegeez.jetty-async-adapter :as jetty] - [net.thegeez.netty-adapter :as netty] + #_[net.thegeez.netty-adapter :as netty] [ring.middleware.resource :as resource] [ring.middleware.file-info :as file]))