Skip to content

Commit

Permalink
It works now without debug output; lets see without :|
Browse files Browse the repository at this point in the history
  • Loading branch information
Dries Schulten committed Dec 5, 2017
1 parent eab6a90 commit edc94dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Expand Up @@ -14,9 +14,7 @@ lazy val commonSettings = Seq(
git.baseVersion := "0.1",

bintrayOrganization := Some("ceratech"),
licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0")),

logLevel := util.Level.Debug
licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))
)

lazy val client = (project in file("client"))
Expand Down

0 comments on commit edc94dc

Please sign in to comment.