Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Removing mexican debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogilmar committed Sep 22, 2019
1 parent 2c5910c commit 3f8e78e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/spawnfest/core.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,15 @@ defmodule DiscoverMyProject do

def get_data_from_github_api do
fn url_repo ->
IO.puts("GITHUB API process...")
GitHubData.get_data_from_github(url_repo)
end
end

def clone_and_get_data_from_repo do
fn url_repo ->
IO.puts("REPO CLONING AND ANALYZE process...")
IO.puts("1. Starting...")
repo_dir = GitEngine.clone_repo(url_repo)
IO.puts("2. Repo cloned...")
branches = GitEngine.get_all_branches(repo_dir)
IO.puts("3. Branches done")
branch = BranchEngine.analize_branch(repo_dir)
IO.puts("4. DONE!!!")
{url_repo, branches, branch}
end
end
Expand Down

0 comments on commit 3f8e78e

Please sign in to comment.