Browse Source

Remove unnecesary method

soyjavi 13 years ago
parent
commit
bb39d03352
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/element/Lungo.Element.Cache.coffee

+ 0 - 10
src/element/Lungo.Element.Cache.coffee

@@ -14,13 +14,3 @@ Lungo.Element.Cache =
   article: null
   aside: null
   navigation: null
-
-  dump: ->
-    txt = ""
-    txt += "================ cache data ================\n"
-    txt += " SECTION:    #{@section?.attr('id')}\n"
-    txt += " ARTICLE:    #{@article?.attr('id')}\n"
-    txt += " ASIDE:      #{@aside?.attr('id')}\n"
-    txt += " NAVIGATION: #{@navigation?.attr('id')}\n"
-    txt += "============================================\n"
-    console.error txt