remove console log

This commit is contained in:
Mads Rasmussen
2018-03-23 11:27:42 +01:00
parent 8e8102a51d
commit 26b575b2f6

View File

@@ -247,7 +247,6 @@ Use this directive to construct a header inside the main editor window.
};
scope.selectVariant = function(event, variant) {
console.log("selec variant called");
if(scope.onSelectVariant) {
scope.onSelectVariant({"variant": variant});
scope.vm.dropdownOpen = false;