Remove dead feed formatting reference

This commit is contained in:
Joshua Bell 2013-05-07 20:35:49 -07:00
parent f61407a201
commit 2a3a13e710
1 changed files with 0 additions and 5 deletions

View File

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