Remove accidentally committed debug message
- Legacy-Id: 11925
This commit is contained in:
parent
74a02be9bf
commit
fde5bfb016
|
@ -9,7 +9,6 @@ import sys
|
|||
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
if not path in sys.path:
|
||||
sys.path.insert(0, path)
|
||||
print "!jojiojoisdjf", path
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
|
||||
|
|
Loading…
Reference in a new issue