Skip to content

Commit

Permalink
removed some sample code now that test coverage is up
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Mar 27, 2017
1 parent 8803434 commit 2a4c540
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/samplelowkie.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ const getName = () => {
let randomIndex = Math.floor(Math.random() * 6) + 1;
return randomName[ randomIndex ];
};
// console.log('exposed: lowkie.Schema.Types', lowkie.Schema.Types);
// console.log( 'lowkie.connection', lowkie.connection );
// console.log(lowkie === lowkie2);
lowkie.connect(path.join(__dirname, './sampledb.json'))
.then((db) => {
// console.log('connected db', db);
Expand Down

0 comments on commit 2a4c540

Please sign in to comment.