Skip to content

Commit 511f14f

Browse files
Emre DemirEmre Demir
authored andcommitted
More cleaning.
1 parent ebed5fc commit 511f14f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Source/GDApi/gdapi/src/main/java/com/gd/analytics/GDlogger.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ public static void debug(Boolean enable) {
9494
GDstatic.debug = enable;
9595
}
9696

97-
private static int incPlay() {
98-
int play = GDutils.getCookie("play");
99-
play++;
100-
GDutils.setCookie("play", play);
101-
return play;
102-
}
103-
10497
/**
10598
* GDlogger shows banner
10699
*/

0 commit comments

Comments
 (0)