Skip to content

Commit

Permalink
remove breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
xithan committed Jun 17, 2015
1 parent 844b6a4 commit 55aa59e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion card/lib/card/format.rb
Expand Up @@ -198,7 +198,6 @@ def render view, args={}
with_inclusion_mode view do
Card.with_logging :view, :message=>view, :context=>card.name, :details=>args do
Card::ViewCache.fetch(self, view, args) do
binding.pry if view == :open
send "_view_#{ view }", args
end
end
Expand Down
1 change: 0 additions & 1 deletion card/lib/card/view_cache.rb
Expand Up @@ -70,7 +70,6 @@ def fetch(format, view, args, &block)
history = fetch_history
history[key] ||= 0
history[key] += 1
binding.pry
Rails.cache.write(HISTORY_KEY, history)
Rails.cache.fetch(key, &block)
end
Expand Down

0 comments on commit 55aa59e

Please sign in to comment.