Browse Source

never load fallback query field. remove commented code

Erik Sundell 7 years ago
parent
commit
3c556c4833
1 changed files with 0 additions and 2 deletions
  1. 0 2
      public/app/features/explore/QueryRows.tsx

+ 0 - 2
public/app/features/explore/QueryRows.tsx

@@ -90,9 +90,7 @@ class QueryRow extends PureComponent<QueryRowProps> {
     const transactionWithError = transactions.find(t => t.error !== undefined);
     const hint = getFirstHintFromTransactions(transactions);
     const queryError = transactionWithError ? transactionWithError.error : null;
-    // const QueryField = datasource.pluginExports.ExploreQueryField || DefaultQueryField;
     const QueryField = datasource.pluginExports.ExploreQueryField;
-    // const QueryEditor = datasource.pluginExports.QueryCtrl;
     return (
       <div className="query-row">
         <div className="query-row-status">