1
0
mirror of https://github.com/videojs/video.js.git synced 2025-11-06 09:19:15 +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

View File

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