Skip to content

Commit

Permalink
Minor clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Aug 18, 2016
1 parent 1036f0a commit 94fbc1c
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -70,10 +70,6 @@ public String map(String[] src) throws Exception {
}
};

public static String[] pathSegments(Req req) {
return Str.triml(req.path(), "/").split("/");
}

@SuppressWarnings("unchecked")
public static Map<String, Serializable> initAndDeserializeToken(Req req) {
String token = req.cookie(TOKEN, null);
Expand Down

0 comments on commit 94fbc1c

Please sign in to comment.