Remove accidentally committed debug message

- Legacy-Id: 11925
This commit is contained in:
Ole Laursen 2016-09-06 10:23:08 +00:00
parent 74a02be9bf
commit fde5bfb016

View file

@ -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")