Browse Source

[metastore] Remove unused table comment variable

Johan Ahlen 10 years ago
parent
commit
3240e60
1 changed files with 0 additions and 5 deletions
  1. 0 5
      apps/metastore/src/metastore/templates/metastore.mako

+ 0 - 5
apps/metastore/src/metastore/templates/metastore.mako

@@ -1039,11 +1039,6 @@ ${ assist.assistPanel() }
       self.assistAvailable = ko.observable(true);
       self.isLeftPanelVisible = ko.observable(self.assistAvailable() && $.totalStorage('spark_left_panel_visible') != null && $.totalStorage('spark_left_panel_visible'));
 
-      var tableComment = null;
-##       %if table.comment:
-##         tableComment = '${ smart_unicode(table.comment) }';
-##       %endif
-
       self.assistHelper = new AssistHelper(options);
 
       self.loading = ko.observable(true);