From 82ce76265d8de86091d22b7d145153eb97f7a887 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 16 Oct 2015 12:32:06 -0700 Subject: [PATCH] Remove stray log statement // FREEBIE --- js/models/conversations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/models/conversations.js b/js/models/conversations.js index 7b0c8d407..7464b2e73 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -350,7 +350,6 @@ var lastCharCode = query.charCodeAt(query.length - 1); var nextChar = String.fromCharCode(lastCharCode + 1); var upper = query.slice(0, -1) + nextChar; - console.log('searching', query, ' -> ', upper); return new Promise(function(resolve) { this.fetch({ index: {