Skip to content

Commit

Permalink
Removed left debug message
Browse files Browse the repository at this point in the history
* Bumped version to 1.3.1
  • Loading branch information
simeonradivoev committed Feb 15, 2018
1 parent 42821d6 commit b0c5c39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/UniGit/Editor/GitManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace UniGit
{
public class GitManager : IDisposable
{
public const string Version = "1.3";
public const string Version = "1.3.1";

private readonly string repoPath;
private readonly string gitPath;
Expand Down
1 change: 0 additions & 1 deletion Assets/Plugins/UniGit/Editor/UniGitLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ private static void AddPath(string path)
if(!currentPath.Contains(path))
{
Environment.SetEnvironmentVariable("PATH", currentPath + path + Path.PathSeparator, EnvironmentVariableTarget.Process);
Debug.Log(currentPath + path + Path.PathSeparator);
}
}
}
Expand Down

0 comments on commit b0c5c39

Please sign in to comment.