do not print the arg at begining.

This commit is contained in:
Edison Wang
2013-06-13 14:46:36 -04:00
parent cb4af8a117
commit f48b9a9dde
-2
View File
@@ -126,8 +126,6 @@ input = os.popen('adb logcat')
pids = set()
last_tag = None
print args.package
def belongs_package(token):
index = token.find(':')
return (token in args.package) if index == -1 else (token[:index] in args.package)