Skip to content

Commit

Permalink
removed problematic logs
Browse files Browse the repository at this point in the history
  • Loading branch information
omichel committed May 7, 2020
1 parent dd68000 commit 08959cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/web/server/simulation_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,13 @@ def __del__(self):
self.cleanup_webots_instance()

def setup_project(self):
logging.info("Setup project " + str(self.url))
self.project_instance_path = config['instancesPath'] + str(id(self))
if hasattr(self, 'url'):
return self.setup_project_from_github()
else:
return self.setup_project_from_zip()

def setup_project_from_github(self):
logging.info("Setup project from GitHub " + self.url)
if not self.url.startswith('webots://github.com/'):
logging.error('The URL argument should start with "webots://github.com/"')
return False
Expand Down

0 comments on commit 08959cc

Please sign in to comment.