Skip to content

Commit

Permalink
[misc] cleaned up test and remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Sep 2, 2012
1 parent 449d643 commit 149c9fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/plates.js
Expand Up @@ -188,7 +188,6 @@ function matchClosing(input, tagname, html) {
data = value[i];
}

//console.log('iterating on array, data is %j, segment is %s', data, segment);
output += this.bind(segment, data, map);
}

Expand Down
5 changes: 0 additions & 5 deletions test/api-test.js
Expand Up @@ -462,11 +462,6 @@ vows.describe('merge data into markup').addBatch({

var map = Plates.Map();

// map.className('breadcrumb').to('breadcrumb');
// map.className('breadcrumb-element').to('breadcrumb-element');
// map.className('category-name').to('breadcrumb-name');
// map.className('category-name').to('breadcrumb-url').as('href');

map.className('author').to('author');

return common.createTest('test-39', map);
Expand Down

0 comments on commit 149c9fa

Please sign in to comment.