diff --git a/compileruntime/util_lib_standard/src/main/js/test/util.test.js b/compileruntime/util_lib_standard/src/main/js/test/util.test.js index fdd13b1bf535108977c4c77a8acb80bde5dfb969..5619d251d63374f46cd85ef28a8997e7bec46c68 100644 --- a/compileruntime/util_lib_standard/src/main/js/test/util.test.js +++ b/compileruntime/util_lib_standard/src/main/js/test/util.test.js @@ -968,7 +968,6 @@ describe('ScopeTest', function () { */ it('testGetLower001', 0, function () { var result = range.getLower() - console.info('testGetLower001 type' + typeof(result)) expect(result.toString()).assertEqual('30') })