removed log
This commit is contained in:
parent
a98c359d9b
commit
c81dcacabf
|
@ -352,7 +352,6 @@ def getStudentApplication(request, id, email, user_type):
|
||||||
# search for the application if there or not
|
# search for the application if there or not
|
||||||
application = PlacementApplication.objects.filter(student=student,
|
application = PlacementApplication.objects.filter(student=student,
|
||||||
placement=get_object_or_404(Placement, id=data[OPENING_ID]))
|
placement=get_object_or_404(Placement, id=data[OPENING_ID]))
|
||||||
logger.info("Get Student Application: " + str(application))
|
|
||||||
if application:
|
if application:
|
||||||
serializer = PlacementApplicationSerializer(application[0])
|
serializer = PlacementApplicationSerializer(application[0])
|
||||||
application_info = {
|
application_info = {
|
||||||
|
|
Loading…
Reference in New Issue