Skip to content

Commit

Permalink
removing unwanted console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Verma committed Jan 14, 2013
1 parent d47a24a commit f435bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util/dataprovider.js
Expand Up @@ -48,7 +48,6 @@ DataProvider.prototype.getTestData = function () {
}

//checking if descriptor is extending another json
console.log(descriptorJson)
if ( descriptorJson[0].extends ) {
baseJson = JSON.parse(fs.readFileSync(descriptorJson[0].extends));
descriptorJson = descriptorJson.concat(baseJson);
Expand Down

0 comments on commit f435bc8

Please sign in to comment.