Skip to content

Commit

Permalink
Remove an if statement that was clearly written by someone very tired.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Sep 6, 2010
1 parent c3c8172 commit f186c29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions greatbigcrane/project/views.py
Expand Up @@ -73,8 +73,6 @@ def add_project(request):
target_dir = os.path.dirname(base_dir)
if target_dir and not os.path.isdir(target_dir):
os.makedirs(target_dir)

if form.cleaned_data['git_repo']:
instance = form.save()
queue_job("GITCLONE", project_id=instance.id)
else:
Expand Down

0 comments on commit f186c29

Please sign in to comment.