Browse Source

remove debug code

Ivan Galakhov 4 years ago
parent
commit
eb1e5542bb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      dashboard/src/components/repo-selector/ActionConfEditor.tsx

+ 0 - 3
dashboard/src/components/repo-selector/ActionConfEditor.tsx

@@ -52,9 +52,6 @@ const ActionConfEditor: React.FC<Props> = (props) => {
 
   const { actionConfig, setBranch, setActionConfig, branch } = props;
 
-  actionConfig.git_repo = "igalakhov/flask-porter-test";
-  actionConfig.git_repo_id = 4;
-
   useEffect(() => {
     if (
       !actionConfig.git_repo ||