Skip to content

Commit

Permalink
[fix] Cleaned up debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jan 31, 2012
1 parent 5f0ad64 commit 6a82b99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/renderers/archive.js
Expand Up @@ -156,8 +156,6 @@ archive.weld = function(dom, pages) {
}
})();

console.error(JSON.stringify(data, true, 2));

weld(dom, data, {
map: function (parent, element, key, val) {
// A lot of this is shared with content.js
Expand Down Expand Up @@ -222,8 +220,6 @@ archive.weld = function(dom, pages) {

// Populate the "read more" link
if ($(element).hasClass('title')) {
smith.log.error('val: '+val);

element.innerHTML = val;

return false;
Expand Down

0 comments on commit 6a82b99

Please sign in to comment.