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

Commit

Permalink
removed logging, .version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crzyrndm committed Dec 31, 2014
1 parent c499a80 commit b666f74
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions FilterExtension/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@ IEnumerator checkForEmptySubCategories()

if (sC.checkFilters(p))
{
print("sC: " + sC.subCategoryTitle);
print("C " + sC.category);
print("part: " + p.name);
notEmpty.Add(sC);
break;
}
Expand Down
Binary file modified GameData/000_FilterExtensions/FilterExtensions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/000_FilterExtensions/FilterExtensions.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"NAME":"Filter Extensions","URL":"http://ksp-avc.cybutek.net/version.php?id=97","DOWNLOAD":"https://github.com/Crzyrndm/FilterExtension/releases","VERSION":{"MAJOR":1,"MINOR":8,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":0,"MINOR":90,"PATCH":0}}
{"NAME":"Filter Extensions","URL":"http://ksp-avc.cybutek.net/version.php?id=97","DOWNLOAD":"https://github.com/Crzyrndm/FilterExtension/releases","VERSION":{"MAJOR":1,"MINOR":9,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":0,"MINOR":90,"PATCH":0}}

0 comments on commit b666f74

Please sign in to comment.