浏览代码

remove comments

Erik Sundell 7 年之前
父节点
当前提交
c79d8b2a9b
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      public/app/features/explore/QueryRows.tsx

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

@@ -116,12 +116,6 @@ class QueryRow extends PureComponent<QueryRowProps> {
               onExecuteQuery={this.onExecuteQuery}
               initialQuery={initialQuery}
               exploreEvents={exploreEvents}
-              // hint={hint}
-              // initialQuery={initialQuery}
-              // history={history}
-              // onClickHintFix={this.onClickHintFix}
-              // onPressEnter={this.onPressEnter}
-              // onQueryChange={this.onChangeQuery}
             />
           )}
         </div>