Remove noisy output from sugar-activity
This commit is contained in:
parent
49a703b93b
commit
12de9f0412
@ -124,7 +124,6 @@ def main():
|
|||||||
|
|
||||||
if not activity_class:
|
if not activity_class:
|
||||||
if bundle.get_command().startswith('sugar-activity'):
|
if bundle.get_command().startswith('sugar-activity'):
|
||||||
print 'Guessing python class from activity.info!'
|
|
||||||
activity_class = bundle.get_command().split(" ")[1]
|
activity_class = bundle.get_command().split(" ")[1]
|
||||||
|
|
||||||
if 'SUGAR_VERSION' not in os.environ:
|
if 'SUGAR_VERSION' not in os.environ:
|
||||||
|
Loading…
Reference in New Issue
Block a user