Skip to content

Commit

Permalink
Clean up some debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Aug 22, 2021
1 parent eb8ad5b commit a974298
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ func RunProfile(profileName string) {
}

func GetExportPaths(export_target ExportTarget, name string) (string, string) {
Logger.Debug(export_target)

if export_target.Target == "development" {
com_mojang := FindMojangDir()
return com_mojang + "/development_behavior_packs/" + name + "_bp", com_mojang + "/development_resource_packs/" + name + "_rp"
Expand Down
1 change: 0 additions & 1 deletion src/python_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func runPythonFilter(filter Filter, settings map[string]interface{}, absoluteLoc
}
command = dir + "/venv/Scripts/python" + suffix
}
Logger.Debug(command)
if len(settings) == 0 {
RunSubProcess(command, append([]string{"-u", absoluteLocation}, filter.Arguments...), GetAbsoluteWorkingDirectory())
} else {
Expand Down

0 comments on commit a974298

Please sign in to comment.