Skip to content

Commit d100ce2

Browse files
Merge pull request #35 from UtkarshPramodGupta/master
removed console logging
2 parents 0a85b49 + ad7b5d8 commit d100ce2

File tree

3 files changed

+3
-12703
lines changed

3 files changed

+3
-12703
lines changed

src/CloudQuery.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ class CloudQuery {
6161

6262
if (columnName === 'id')
6363
columnName = '_' + columnName;
64-
65-
console.log(data);
66-
console.log(columnName);
64+
6765
if(data !== null){
6866
if( data.constructor === CB.CloudObject){
6967
columnName = columnName+'._id';

test/config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
//var SECURE_KEY = "47dfc8b3-7c7a-4661-8e71-36ed0aaa0563";
12
var SECURE_KEY = "1227d1c4-1385-4d5f-ae73-23e99f74b006";
3+
24
var URL = "http://localhost:4730";

0 commit comments

Comments
 (0)