remove log

This commit is contained in:
Sam 2016-05-19 19:58:05 +02:00
parent b0651f2704
commit a1f1a9bd39

View file

@ -6,7 +6,7 @@ angular.module('forms').controller('SubmitFormController', [
function($scope, $rootScope, $state, $translate, myForm, Auth) {
$scope.authentication = Auth;
$scope.myform = myForm;
console.log(myForm);
$translate.use(myForm.language);
if(!$scope.myform.isLive){