Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
remove console.log debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
redmunds committed Oct 16, 2012
1 parent 0092d1d commit 9bd7ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search/FindInFiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ define(function (require, exports, module) {

DocumentManager.getDocumentForPath(fileInfo.fullPath)
.done(function (doc) {
console.log("doFindInFiles: " + fileInfo.fullPath);
var matches = _getSearchMatches(doc.getText(), queryExpr);

if (matches && matches.length) {
Expand Down

0 comments on commit 9bd7ae8

Please sign in to comment.