From a150264ceff3322bed4d07c6a677d835f51b253a Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Thu, 25 May 2017 21:24:04 +0200
Subject: [PATCH] Remove obscure comments

---
 scipost/forms.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scipost/forms.py b/scipost/forms.py
index ebe43602d..23de340df 100644
--- a/scipost/forms.py
+++ b/scipost/forms.py
@@ -76,11 +76,7 @@ class RegistrationForm(forms.Form):
             email=self.cleaned_data['email']
         )
         validate_password(password, user)
-        # raise
-        # return 'piemel'
 
-    # def clean_password_verif(self):
-    #     t = self.cleaned_data
         if self.cleaned_data['password'] != self.cleaned_data['password_verif']:
             self.add_error('password', 'Your passwords must match')
             self.add_error('password_verif', 'Your passwords must match')
-- 
GitLab