Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 100004c

Browse files
committed
log
1 parent de27778 commit 100004c

File tree

1 file changed

+0
-1
lines changed
  • app/src/main/java/com/zhxh/codeproj

1 file changed

+0
-1
lines changed

app/src/main/java/com/zhxh/codeproj/Log.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public static void v(String tag, String msg) {
2020
System.out.println(tag + dot + msg);
2121
}
2222

23-
2423
public static void e(String msg) {
2524
System.out.println(msg);
2625
}

0 commit comments

Comments
 (0)