Skip to content
Snippets Groups Projects
Commit d14712f3 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

remove stray logging message.

parent 1802f134
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ MetabaseForms.directive('mbFormMessage', [function () {
};
scope.reset = function() {
console.log('resetting');
scope.visible = false;
scope.message = undefined;
scope.error = undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment