From c4bff4437fd8b6e2750f4596edb13f14b57c7ebf Mon Sep 17 00:00:00 2001 From: Michele Comitini Date: Thu, 27 Jun 2013 17:19:10 +0200 Subject: [PATCH] removed useless comment --- gluon/dal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gluon/dal.py b/gluon/dal.py index 63a93e61..295cad44 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -6866,7 +6866,6 @@ class Row(object): return _extra.get(key) if v: return v - #m = REGEX_TABLE_DOT_FIELD.match(key) idot = key.find('.') if idot != -1: m = (key[:idot],key[idot+1:])