Skip to content

Commit

Permalink
fix(athena-driver): Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Feb 23, 2020
1 parent 6069499 commit f538135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cubejs-athena-driver/driver/AthenaDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class AthenaDriver extends BaseDriver {
toSqlString: () => SqlString.escape(s).replace(/\\\\([_%])/g, '\\$1').replace(/\\'/g, '\'\'')
} : s))
);
console.log(queryString);
const { QueryExecutionId } = await this.athena.startQueryExecutionAsync({
QueryString: queryString,
ResultConfiguration: {
Expand Down

0 comments on commit f538135

Please sign in to comment.