Commit 4cf43ac9 by Stefan Penner

Remove dangling console.log from tests

parent 930c2d9f
...@@ -310,7 +310,6 @@ describe('api', function() { ...@@ -310,7 +310,6 @@ describe('api', function() {
contents: '@import "b"' contents: '@import "b"'
}); });
} else { } else {
console.log(prev);
assert.equal(prev, '/Users/me/sass/lib/a.scss'); assert.equal(prev, '/Users/me/sass/lib/a.scss');
done({ done({
file: '/Users/me/sass/lib/b.scss', file: '/Users/me/sass/lib/b.scss',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment