Remove noisy output from sugar-activity

This commit is contained in:
James Cameron 2017-06-10 08:25:40 +10:00
parent 49a703b93b
commit 12de9f0412

View File

@ -124,7 +124,6 @@ def main():
if not activity_class:
if bundle.get_command().startswith('sugar-activity'):
print 'Guessing python class from activity.info!'
activity_class = bundle.get_command().split(" ")[1]
if 'SUGAR_VERSION' not in os.environ: