Remove stray log statement
// FREEBIE
This commit is contained in:
@@ -350,7 +350,6 @@
|
|||||||
var lastCharCode = query.charCodeAt(query.length - 1);
|
var lastCharCode = query.charCodeAt(query.length - 1);
|
||||||
var nextChar = String.fromCharCode(lastCharCode + 1);
|
var nextChar = String.fromCharCode(lastCharCode + 1);
|
||||||
var upper = query.slice(0, -1) + nextChar;
|
var upper = query.slice(0, -1) + nextChar;
|
||||||
console.log('searching', query, ' -> ', upper);
|
|
||||||
return new Promise(function(resolve) {
|
return new Promise(function(resolve) {
|
||||||
this.fetch({
|
this.fetch({
|
||||||
index: {
|
index: {
|
||||||
|
Reference in New Issue
Block a user