<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,8 +15,6 @@ import macro
 import storage
 from flash import get_flash_messages, add_flash_message
 
-from infogami.infobase.lru import lrumemoize
-
 wiki_processors = []
 def register_wiki_processor(p):
     wiki_processors.append(p)
@@ -121,7 +119,6 @@ def format(text, safe_mode=False):
     html, macros = _format(text, safe_mode=safe_mode)
     return macro.replace_macros(html, macros)
     
-@lrumemoize(1000)
 def _format(text, safe_mode=False):
     text = web.utf8(text).decode('utf-8')
     md = get_markdown(text, safe_mode=safe_mode)</diff>
      <filename>infogami/utils/view.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce66182537198334b794d23c3feb4eafacb3244a</id>
    </parent>
  </parents>
  <author>
    <name>Anand Chitipothu</name>
    <email>anandology@gmail.com</email>
  </author>
  <url>http://github.com/infogami/infogami/commit/4f870c89b8725b9b3abfe1413bab21e8791ca0e6</url>
  <id>4f870c89b8725b9b3abfe1413bab21e8791ca0e6</id>
  <committed-date>2009-11-04T03:06:56-08:00</committed-date>
  <authored-date>2009-11-04T03:06:56-08:00</authored-date>
  <message>no point memoizing markdown formatting</message>
  <tree>75f8b91399a74b84dd1963268ea5b107b48cfe20</tree>
  <committer>
    <name>Anand Chitipothu</name>
    <email>anandology@gmail.com</email>
  </committer>
</commit>
