1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-02 11:34:50 +02:00

chore: don't log karma config (#5955)

This commit is contained in:
Gary Katsevman 2019-04-23 22:01:58 -04:00 committed by GitHub
parent 98e86ea235
commit 4d626b029a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,4 @@ module.exports = function(config) {
}
});
*/
console.log(JSON.stringify(config, null, 2));
};