Remove some stray code

This commit is contained in:
Alexander van Gessel 2012-03-04 19:35:53 +01:00
parent d6bae92b9c
commit fa75530c76

View file

@ -148,11 +148,9 @@ if __name__ == "__main__":
# Download the addon.
extract(server, addon, temp_dir)
# If the directory in svn doesn't exist we need to create and commit it.
message = "wescamp.py automatic update"
github = libgithub.GitHub(wescamp_dir, git_version, userpass=git_userpass)
# If the checkout doesn't exist we need to create it.
if(os.path.isdir(wescamp_dir + "/" + addon) == False):
logging.info("Checking out '%s'.",