minor code comment cleanup

This commit is contained in:
Andy Gup 2015-03-04 17:57:28 -07:00
parent 0ce1356468
commit a27ad858e1

View File

@ -80,6 +80,7 @@ define([
/**
* Overrides a feature layer.
* @param layer
* @param callback {boolean, String} Traps whether or not the database initialized
* @returns deferred
*/
extend: function(layer,callback)
@ -1003,7 +1004,7 @@ define([
for(var i = 0; i < length; i++){
promises[i] = this._updateDatabase(editsArray[i]);
}
console.log("EDIT LIST " + JSON.stringify(editsArray));
//console.log("EDIT LIST " + JSON.stringify(editsArray));
// wait for all requests to finish
//