From 48e2e1f0c16f140d85cdfb134bc89b5fbe6c5e22 Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Wed, 9 Oct 2019 13:50:43 +0300 Subject: [PATCH] Remain only license files --- .../kotlin-test-js-runner/karma-kotlin-reporter.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libraries/tools/kotlin-test-js-runner/karma-kotlin-reporter.js b/libraries/tools/kotlin-test-js-runner/karma-kotlin-reporter.js index e5ef41dddc8..3780a29bced 100644 --- a/libraries/tools/kotlin-test-js-runner/karma-kotlin-reporter.js +++ b/libraries/tools/kotlin-test-js-runner/karma-kotlin-reporter.js @@ -1,11 +1,6 @@ const util = require('util'); const resolve = require('path').resolve; -/** - * From karma - * The MIT License - * Copyright (C) 2011-2019 Google, Inc. - */ // This ErrorFormatter is copied from standard karma's, // but without warning in case of failed original location finding function createFormatError(config, emitter) { @@ -67,11 +62,6 @@ function createFormatError(config, emitter) { }; } -/** - * From karma-teamcity-reporter. - * The MIT License - * Copyright (C) 2011-2013 Vojta Jína and contributors - */ const escapeMessage = function (message) { if (message === null || message === undefined) { return ''