diff --git a/index.js b/index.js index 0793377..a9114d6 100644 --- a/index.js +++ b/index.js @@ -265,9 +265,4 @@ window.onload = function () { } else { loadFile('samples/sample.default.txt', setSource); } - - // Show change history - atomToHtml('feed.xml?' + Math.random(), $('#feed')); }; - -