瀏覽代碼

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