Skip to content

Commit

Permalink
remove temporary added debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 28, 2017
1 parent ae2161b commit c6f2069
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ function normalize(str) {

describe('Common', function() {
var cssStr = normalize(fs.readFileSync(__dirname + css, 'utf-8'));
try {
var ast = parse(cssStr, {
filename: path.basename(css),
positions: true
});
} catch(e) {
console.log(e.formattedMessage || e.message);
}

// fs.writeFileSync(__dirname + '/fixture/stringify.ast', stringify(ast, true), 'utf-8');

Expand Down

0 comments on commit c6f2069

Please sign in to comment.