Skip to content

Commit

Permalink
test logging off and first version!
Browse files Browse the repository at this point in the history
  • Loading branch information
feroshjacob committed Aug 6, 2018
1 parent f7e7caf commit 9f5fe67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/scala/com/recipegrace/bbc/BaseTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class BaseTest extends FunSuite with Matchers {


val logger = Logger.getLogger(this.getClass.getName)
//logger.setLevel(Level.OFF)
logger.setLevel(Level.OFF)
def println(x:Any) = {

logger.info(x+"")
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.0.1-SNAPSHOT"
version in ThisBuild := "0.0.1"

0 comments on commit 9f5fe67

Please sign in to comment.