From bd8bc7e8141a4a39693ada4f2a2a7f5c92e52e52 Mon Sep 17 00:00:00 2001 From: ArnAud Date: Thu, 9 Jul 2015 16:47:56 +0200 Subject: [PATCH] EmFields: unecessary comment --- EditorialModel/fields.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/EditorialModel/fields.py b/EditorialModel/fields.py index 48e3803..b44f9e2 100644 --- a/EditorialModel/fields.py +++ b/EditorialModel/fields.py @@ -82,7 +82,6 @@ class EmField(EmComponent): # # Adds a column representing the field in its class' table # - # @param emField EmField: the object representing the field # @return True in case of success, False if not def add_field_column_to_class_table(self): dbe = self.db_engine() @@ -98,7 +97,6 @@ class EmField(EmComponent): # # @return Name of the table def get_class_table(self): - #return self._get_class_table_db() return self.get_class().class_table_name ## @brief Get the class that contains this field