remove console log

This commit is contained in:
Rodrigo Quelca
2021-07-30 18:10:11 +00:00
parent d26afceb27
commit b41777337b

View File

@@ -152,7 +152,6 @@ export default {
let that = this, let that = this,
data = [], data = [],
userDataFormat; userDataFormat;
debugger;
_.forEach(response, (v) => { _.forEach(response, (v) => {
userDataFormat = utils.userNameDisplayFormat({ userDataFormat = utils.userNameDisplayFormat({
userName: v.userName || "", userName: v.userName || "",