summaryrefslogtreecommitdiff
path: root/src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala')
-rw-r--r--src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala b/src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala
index edd2b01..8943ee0 100644
--- a/src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala
+++ b/src/main/scala/com/tylerstonge/honeypot/http/HttpListener.scala
@@ -6,7 +6,6 @@ import akka.actor.{Actor, Props}
import akka.event.Logging
import akka.io.Tcp._
import akka.io.{IO, Tcp}
-import com.tylerstonge.honeypot.SimplisticHandler
class HttpListener extends Actor {