Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/30#discussion_r73184897 --- Diff: client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicPlainAttribute.js --- @@ -85,10 +83,10 @@ angular.module('self') case "Date": var dateInMs = $scope.user.plainAttrs[schema.key].values[index]; - console.debug("received date in milliseconds", dateInMs); +// console.debug("received date in milliseconds", dateInMs); --- End diff -- Uncomment or remove this debug statement
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---