Skip to content

Commit

Permalink
Removing print :P
Browse files Browse the repository at this point in the history
  • Loading branch information
javierfernandes committed Oct 13, 2016
1 parent 02cdc47 commit c07f8e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class LanguageFeaturesHelper {
val key = enabledPreferenceName(element)
val r = prefs != null && prefs.contains(key) && !prefs.getBoolean(key)

println("///// CHECKED " + element + " and was disabled == " + r )
// println("///// CHECKED " + element + " and was disabled == " + r )
r
}

Expand Down

0 comments on commit c07f8e9

Please sign in to comment.