Skip to content

Commit

Permalink
new words
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Vuillermet committed Nov 30, 2012
1 parent 24d5f3c commit 438863e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/Words.scala
Expand Up @@ -23,7 +23,6 @@ object Words {
,

Wikipedia.find("fr", wordStr).flatMap { article =>
println(article \ "title")
Wikipedia.findImage("fr", (article \ "title").as[String]).map(_.as[String])
},

Expand Down

0 comments on commit 438863e

Please sign in to comment.