Removed what looks like a leftover temporary trace.

This commit is contained in:
wrenczes@gmail.com
2011-04-22 00:09:10 +00:00
parent 5e6c0c612e
commit 223b067234

View File

@@ -208,7 +208,6 @@ int MTGAllCards::processConfLine(string &s, MTGCard *card, CardPrimitive * primi
case 'n': //name
if (!primitive) primitive = NEW CardPrimitive();
if (0 == strcmp("Bloodrock Cyclops", val)) cout << "val" << endl;
primitive->setName(val);
break;