Skip to content

Commit 3a33017

Browse files
committed
Merge branch 'master' into develop
2 parents 395f92a + c0d9510 commit 3a33017

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_gridmap.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import logging
2626

27-
import gridmap
2827
from gridmap import Job, process_jobs, grid_map
2928

3029
from nose.tools import eq_
@@ -34,8 +33,7 @@
3433
logging.captureWarnings(True)
3534
logging.basicConfig(format=('%(asctime)s - %(name)s - %(levelname)s - ' +
3635
'%(message)s'), level=logging.DEBUG)
37-
logger = logging.getLogger(__name__)
38-
logger.debug('Path to gridmap: %s', gridmap)
36+
3937

4038
def compute_factorial(n):
4139
ret = 1

0 commit comments

Comments
 (0)