From 0cc763bc126deffe96b4e35c0a5cee596af6c141 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sun, 12 May 2013 08:44:48 -0400 Subject: [PATCH] Removed debug code --- lms/envs/analyticsserver.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lms/envs/analyticsserver.py b/lms/envs/analyticsserver.py index f6a05392d1..2ec5bf9e3a 100644 --- a/lms/envs/analyticsserver.py +++ b/lms/envs/analyticsserver.py @@ -19,9 +19,6 @@ import json ROOT_URLCONF = 'lms.urls' import sys -#sys.path.append("/home/pmitros/mitx_all/mitx") -#sys.path.append("/home/pmitros/mitx_all/mitx/edxdataanalytic") -#print ">>>>>>>>>>>", [x for x in sys.path if "mitx_all/mitx" in str(x)] from .common import * from logsettings import get_logger_config