removed useless comment

This commit is contained in:
Michele Comitini
2013-06-27 17:19:10 +02:00
parent c25f337ffe
commit c4bff4437f
-1
View File
@@ -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:])