Skip to content

Commit

Permalink
升级版本,屏蔽日志
Browse files Browse the repository at this point in the history
  • Loading branch information
陈少平 committed Jun 11, 2021
1 parent 50bfe7d commit 4189d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'maven-publish'
}

version = "1.0.5"
version = "1.0.6"
group = "com.tt.plugin.blackHook"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ protected AllMethodVisitor(BlackHook blackHook, org.objectweb.asm.MethodVisitor
this.methodName = name;
this.className = className;
this.superClassName = superClassName;
System.out.println("====>className:" + className);
System.out.println("====>superClassName:" + superClassName);
// System.out.println("====>className:" + className);
// System.out.println("====>superClassName:" + superClassName);
}

@Override
Expand Down

0 comments on commit 4189d0a

Please sign in to comment.