Skip to content

Commit

Permalink
Remove --log
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyunfeix committed Jul 21, 2022
1 parent a5c4e04 commit 0fb2692
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tfjs-backend-webgpu/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,12 @@ const devConfig = {

module.exports = function (config) {
const args = [];
let browserCLog = 'debug';
if (config.grep) {
args.push('--grep', config.grep);
}
if (config.flags) {
args.push('--flags', config.flags);
}
if (config.log) {
browserCLog = config.log;
}
let exclude = [];
if (config.excludeTest != null) {
exclude.push(config.excludeTest);
Expand All @@ -80,9 +76,6 @@ module.exports = function (config) {
require('karma-jasmine'),
require('karma-jasmine-html-reporter'),
],
browserConsoleLogOptions: {
level: browserCLog
},
exclude,
port: 9876,
colors: true,
Expand Down

0 comments on commit 0fb2692

Please sign in to comment.