Skip to content

Commit

Permalink
Goodbye extraneous logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwex committed Jun 13, 2012
1 parent c00c0f3 commit 549411f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/http/controllers/feeds.js
Expand Up @@ -46,8 +46,6 @@ exports.feed = {
);

function saveFeed(){
console.log("Saving feed");
console.log(feed);
mysql.query(
"REPLACE INTO feeds (url, title, verified, user_id) VALUES (?, ?, ?, ?)",
[feed.url, feed.title, feed.verified, req.user.id],
Expand Down

0 comments on commit 549411f

Please sign in to comment.