remove debug code *that wasnt there on last commit, i swear*

This commit is contained in:
Zack Piispanen 2011-07-22 17:24:58 -04:00
parent 481a34f722
commit 15af989826

View file

@ -109,7 +109,6 @@ namespace TShockAPI.DB
public bool ItemIsBanned(string name) public bool ItemIsBanned(string name)
{ {
System.Console.WriteLine(name);
if (ItemBans.Contains(name)) if (ItemBans.Contains(name))
return true; return true;