Skip to content

Commit

Permalink
Removed unused logging and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Apr 20, 2016
1 parent 5756d3e commit bd4ed0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class TestFairyBridge {
private static final DateFormat DATE_FORMAT = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss", Locale.getDefault());

public static void begin(Context context, String appToken) {
Log.i("TestFairy", "Begin " + appToken);
TestFairy.begin(context, appToken);
}

Expand Down
2 changes: 0 additions & 2 deletions Plugins/TestFairy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public class TestFairy : MonoBehaviour
private static extern void TestFairy_takeScreenshot();

#elif UNITY_ANDROID
private static AndroidJavaClass testfairy = null;

void Start () {
AndroidJNI.AttachCurrentThread();
}
Expand Down

0 comments on commit bd4ed0c

Please sign in to comment.