diff --git a/python-data/logs.ipynb b/python-data/logs.ipynb index a2184a0..d34abc6 100644 --- a/python-data/logs.ipynb +++ b/python-data/logs.ipynb @@ -71,38 +71,11 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": { "collapsed": false }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n", - "INFO:Rotating Log:This is a test!\n" - ] - } - ], + "outputs": [], "source": [ "import logging\n", "import time\n", @@ -137,37 +110,6 @@ " log_file = \"timed_test.log\"\n", " create_timed_rotating_log(log_file)" ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": { - "collapsed": false - }, - "outputs": [ - { - "data": { - "text/plain": [ - "u'/Users/dmartin/Desktop/Dev/Vectorworks/Engineering/Nebula/Mainline/Servers/analytics/ipython-data-notebooks/python-data'" - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pwd" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [] } ], "metadata": {