Skip to content

Commit 016f25a

Browse files
committed
Jira component, finding image and bug fix
1 parent 3fe0d7f commit 016f25a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dojo/product/views.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,8 @@ def new_eng_for_app(request, pid):
435435
else:
436436
new_eng.progress = 'other'
437437
new_eng.save()
438-
#if 'jiraform' in request.POST:
439-
if hasattr(settings, 'ENABLE_JIRA'):
440-
print "###"
441438

439+
if hasattr(settings, 'ENABLE_JIRA'):
442440
if settings.ENABLE_JIRA:
443441
#Test to make sure there is a Jira project associated the product
444442
try:

0 commit comments

Comments
 (0)