Skip to content

Commit

Permalink
comment un-necessary stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkr committed Dec 2, 2013
1 parent 4021463 commit 295f4ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/inf_cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function connect(settings) {
}).execute();
*/

/*
var rs = this
.query(
"SELECT FIRST 10 * FROM systables"
Expand All @@ -97,6 +98,7 @@ function connect(settings) {
}
)
.execute();
*/

/*
var rs = this
Expand Down

0 comments on commit 295f4ee

Please sign in to comment.