Skip to content

Commit

Permalink
Merge pull request #15 from yaymukund/remove-log-statements
Browse files Browse the repository at this point in the history
Remove extraneous log statements.
  • Loading branch information
jkleinsc committed Dec 28, 2015
2 parents 2637e35 + e17b9f7 commit 88c3ad2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ function getFileContents(fileName) {

function readSwIncludeTree(readTree, swIncludeTree) {
if (swIncludeTree) {
console.log("HAVE INCLUDE FILES TREE");
return readTree(swIncludeTree);
} else {
console.log("DO NOT HAVE INCLUDE FILES TREE");
return rsvp.resolve();
}
}
Expand Down

0 comments on commit 88c3ad2

Please sign in to comment.