Remove ECOMP in headers
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / ImportSchemaCtrl.js
index bbe2c3b..989abc8 100644 (file)
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 
 app.controller('ImportSchemaCtrl', ['$scope', '$rootScope','$modalInstance','data','svnservice', 'fileUpload','dialogs', function($scope,$rootScope,$modalInstance,data,svnservice,fileUpload,dialogs){
@@ -56,17 +56,6 @@ app.controller('ImportSchemaCtrl', ['$scope', '$rootScope','$modalInstance','dat
     setTimeout(function(){
     console.log("setTimeout");
     setMultiSelect(); }, 100);
-       
-       $scope.init = function() {
-        console.log("init");
-        $scope.schemaLocation = 'svn://svnrepo:3690';
-               $scope.upgrade_schemaLocation = 'svn://svnrepo:3690';
-               $scope.userID = 'user_id';
-               $scope.password = 'password';
-       };
-       
-       $scope.init();
-        
 
        $scope.close = function(){
     console.log("close");