ソースを参照

Remove unnecesary method

soyjavi 13 年 前
コミット
bb39d03352
1 ファイル変更0 行追加10 行削除
  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