Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
delete debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihideSogawa authored and YoshihideSogawa committed Jan 30, 2017
1 parent 099d6ea commit ae29cc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ private FloatingViewManager.Options loadOptions(DisplayMetrics metrics) {
final int defaultY = options.floatingViewY;
options.floatingViewX = sharedPref.getInt(PREF_KEY_LAST_POSITION_X, defaultX);
options.floatingViewY = sharedPref.getInt(PREF_KEY_LAST_POSITION_Y, defaultY);
System.out.println("(" + options.floatingViewX + "," + options.floatingViewY + ")");
} else {
// Init X/Y
final String initXSettings = sharedPref.getString("settings_init_x", "");
Expand Down

0 comments on commit ae29cc2

Please sign in to comment.