Skip to content

Commit

Permalink
Remove Karma config log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Sep 15, 2023
1 parent 4f6d6bc commit 28da72f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/www/test.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import chalk from 'chalk';
import minimist from 'minimist';
import url from 'url';
import karma from 'karma';
Expand Down Expand Up @@ -61,7 +60,6 @@ export async function main(...parameters) {
throwErrors: true,
}
);
console.log(chalk.gray('▶ running karma with config:\n'), config);
await runKarma(config);
}

Expand Down

0 comments on commit 28da72f

Please sign in to comment.