- Revision
- 16126
- Author
- vajda
- Date
- 2007-12-13 22:41:30 -0800 (Thu, 13 Dec 2007)
Log Message
remove stray print statement
Modified Paths
Diff
Modified: trunk/chandler/repository/schema/TypeHandler.py (16125 => 16126)
--- trunk/chandler/repository/schema/TypeHandler.py 2007-12-13 20:48:18 UTC (rev 16125) +++ trunk/chandler/repository/schema/TypeHandler.py 2007-12-14 06:41:30 UTC (rev 16126) @@ -37,12 +37,7 @@ if isitem(value): return cls.typeHandlers[view][ItemRef][0] - try: - typeKind = cls.typeHandlers[view][None] - except KeyError: - print type(value), value - raise - + typeKind = cls.typeHandlers[view][None] types = typeKind.findTypes(value) if types: return types[0]
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
