Skip to content

Commit

Permalink
dave - tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
david denton committed Mar 7, 2015
1 parent a217788 commit 921ee21
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -32,7 +32,6 @@ class FintrospectModule private(rootPath: Path, renderer: Renderer, moduleRoutes
private case class Identify(moduleRoute: ModuleRoute) extends SimpleFilter[Request, Response]() {
override def apply(request: Request, service: Service[Request, Response]): Future[Response] = {
request.headers().set(IDENTIFY_SVC_HEADER, request.getMethod() + ":" + moduleRoute.toString())
println(request.getMethod() + ":" + moduleRoute.toString())
service(request)
}
}
Expand Down

0 comments on commit 921ee21

Please sign in to comment.