From 051339afb03252d8166fd816cf5cf81961df1a58 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 8 Jan 2013 13:54:44 -0500 Subject: [PATCH] Tiny cleanup. --- common/lib/xmodule/xmodule/modulestore/xml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/modulestore/xml.py b/common/lib/xmodule/xmodule/modulestore/xml.py index bee3ca4440..f967cd0a7f 100644 --- a/common/lib/xmodule/xmodule/modulestore/xml.py +++ b/common/lib/xmodule/xmodule/modulestore/xml.py @@ -275,7 +275,6 @@ class XMLModuleStore(ModuleStoreBase): class_ = getattr(import_module(module_path), class_name) self.default_class = class_ - # self.parent_tracker = ParentTracker() self.parent_trackers = defaultdict(ParentTracker) # If we are specifically asked for missing courses, that should