Skip to content

Commit

Permalink
remove console.log output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Boily committed Oct 10, 2012
1 parent 205f9a3 commit f955570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/monologue/blog/twitter.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class window.TwitterWidget
@latest_tweets = $("#latest_tweets")
@callback: (data) ->
@dom_cache()
console.log data
for tweet in data
@add_tweet(tweet)
@add_tweet: (tweet) ->
Expand Down

0 comments on commit f955570

Please sign in to comment.