Explorar el Código

remove comments

Erik Sundell hace 7 años
padre
commit
c79d8b2a9b
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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>