Skip to content

Commit f538135

Browse files
committed
fix(athena-driver): Remove debug output
1 parent 6069499 commit f538135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-athena-driver/driver/AthenaDriver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class AthenaDriver extends BaseDriver {
4141
toSqlString: () => SqlString.escape(s).replace(/\\\\([_%])/g, '\\$1').replace(/\\'/g, '\'\'')
4242
} : s))
4343
);
44-
console.log(queryString);
4544
const { QueryExecutionId } = await this.athena.startQueryExecutionAsync({
4645
QueryString: queryString,
4746
ResultConfiguration: {

0 commit comments

Comments
 (0)