diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/links/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/links/models.py b/app/links/models.py index 0c7adfa..89e2dfc 100644 --- a/app/links/models.py +++ b/app/links/models.py @@ -29,8 +29,6 @@ def email_link(link): 'sng@luxagraf.net', ['sng@luxagraf.net'] ) - if link.tags.first().name == "wired": - link.delete() def get_upload_path(self, filename): |