removed cprofile

This commit is contained in:
make-ing 2015-10-06 09:50:10 +02:00
parent 4793ec0e54
commit adce7b877d

View file

@ -3,10 +3,6 @@ import sys
from octoprint.daemon import Daemon
from octoprint.server import Server
### DEBUG START
import cProfile
### DEBUG END
#~~ version
from ._version import get_versions
@ -85,7 +81,4 @@ def main():
octoprint.run()
if __name__ == "__main__":
### DEBUG START
cProfile.run('main()', '/tmp/profilestats')
### DEBUG END
#main()
main()