From f46fd64fb15614bc97c19dd634102af5835c9d05 Mon Sep 17 00:00:00 2001
From: janek37 <none@none>
Date: Mon, 15 Jun 2015 12:41:13 +0200
Subject: [PATCH] wywalona klauzula debugowa z eksportu

---
 export/lexeme_export.py | 1 -
 1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/export/lexeme_export.py b/export/lexeme_export.py
index 3b06431..1141654 100644
--- a/export/lexeme_export.py
+++ b/export/lexeme_export.py
@@ -305,7 +305,6 @@ select distinct l.id, haslo, %(select)s %(clas_field)s %(qual_field)s
         on (l.id = hn.lexeme_id and hn.variant_id = %%s)
 where ls.slownik in (%(vocabs)s) and %(antivocabs)s %(x_qual)s %(table_clause)s
     and l.status<>'cand' and not l.usuniety %(magic)s and %(attr_clauses)s
-    and haslo < 'ao'
     """
         else:
             params = self.params_part
--
libgit2 0.22.2