Skip to content

Commit

Permalink
remove duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Pathak committed Apr 4, 2016
1 parent 95f556e commit 2614158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var url = "http://bleacherreport.com/articles/feed?tag_id=215";

app.get('/lfcfeeds', function (req, res) {
var App = new Feeds.LFCFeedsApp.Feed.Main(url, res);
App.parse(App.feedUrl);
//App.parse(App.feedUrl);
});

http.createServer(app).listen(app.get('port'), function () {
Expand Down

0 comments on commit 2614158

Please sign in to comment.