Comparing version 1.0.45 to 1.0.46
@@ -186,3 +186,2 @@ "use strict"; | ||
var logger = log4j.getLogger(name); | ||
console.log(mappings); | ||
Object.keys(mappings).forEach(function (methodName) { | ||
@@ -189,0 +188,0 @@ mappings[methodName].forEach(function (_ref) { |
{ | ||
"name": "vweb-mvc", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"description": "mvc ", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
@@ -130,3 +130,2 @@ import {AppScope, Controller} from "../anno"; | ||
const logger = log4j.getLogger(name); | ||
console.log(mappings); | ||
Object.keys(mappings).forEach(methodName => { | ||
@@ -133,0 +132,0 @@ mappings[methodName].forEach(({value, method}) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108600
2765