Skip to content

Commit

Permalink
merged with HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Feb 19, 2011
2 parents 982df9e + 1460067 commit c08f342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joli.js
@@ -151,7 +151,7 @@ joli.Connection = function(database) {

joli.Connection.prototype = {
execute: function(query) {
Titanium.API.log('info', query);
// Titanium.API.log('debug', query);
return this.database.execute(query);
},

@@ -695,4 +695,4 @@ joli.record.prototype = {

return true;
}
};
};

0 comments on commit c08f342

Please sign in to comment.