diff --git a/profiles/views.py b/profiles/views.py
index 039ada7f7535c94d479ae68a1876cece8a64ee35..3d25062203de3e9d2126c9617c86510607630a3c 100644
--- a/profiles/views.py
+++ b/profiles/views.py
@@ -47,7 +47,6 @@ class ProfileCreateView(PermissionsMixin, CreateView):
         pk = self.kwargs.get('pk', None)
         context['from_type'] = from_type
         context['pk'] = pk
-        print ('Hello, %s, %s' % (from_type, pk))
         if pk and from_type:
             matching_profiles = Profile.objects.all()
             if from_type == 'contributor':