Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 13, 2017
1 parent 5e41e85 commit 31acfaa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/java/org/billthefarmer/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,6 @@ private void normalClicked(MenuItem item)
// setSizeAndTypeface
private void setSizeAndTypeface(int size, int type)
{
if (BuildConfig.DEBUG)
{
DisplayMetrics dm = getResources().getDisplayMetrics();
Log.d(TAG, "Density " + dm.density + ", " + dm.scaledDensity);
}

// Update size
switch (size)
{
Expand All @@ -647,9 +641,6 @@ private void setSizeAndTypeface(int size, int type)
// Set size
textView.setTextSize(size);

if (BuildConfig.DEBUG)
Log.d(TAG, "Size " + textView.getTextSize());

// Set type
switch (type)
{
Expand Down

0 comments on commit 31acfaa

Please sign in to comment.