These console logs repeat during unit test runs and add clutter (ditto
the browser console log). I commented them out instead of removing them
since they may still be useful for debugging in the future.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
if (!egLovefield) {
egLovefield = $injector.get('egLovefield');
}
- console.debug('About to cache a list of ' + class_ + ' objects...');
+ //console.debug('About to cache a list of ' + class_ + ' objects...');
egLovefield.isCacheGood(class_).then(function(good) {
if (!good) egLovefield.setListInOfflineCache(class_, blob.list);
});
if (!class_obj) return;
- console.debug('egGrid: auto dotpath is: ' + dotpath);
+ //console.debug('egGrid: auto dotpath is: ' + dotpath);
var path_parts = dotpath.split(/\./);
// find the IDL class definition for the last element in the
// When the Hatch extension loads, it tacks an attribute onto
// the top-level documentElement to indicate it's available.
if (!$window.document.documentElement.getAttribute('hatch-is-open')) {
- console.debug("Hatch is not available");
+ //console.debug("Hatch is not available");
return;
}
var deferred = $q.defer();
- console.debug('attempting offline DB connection');
+ //console.debug('attempting offline DB connection');
try {
osb.connect().then(
function(db) {