33
33
34
34
def draw_map (name , save = 0 ):
35
35
36
- print ("making map in thread %s" % (name ))
36
+ # print("making map in thread %s" % (name))
37
37
mo = mapscript .mapObj (TESTMAPFILE )
38
38
im = mo .draw ()
39
39
if save :
@@ -42,7 +42,7 @@ def draw_map(name, save=0):
42
42
43
43
def trigger_exception (name ):
44
44
45
- print ("triggering exception in thread %s" % (name ))
45
+ # print("triggering exception in thread %s" % (name))
46
46
mo = mapscript .mapObj (TESTMAPFILE )
47
47
try :
48
48
mo .setExtent (1 , 50 , - 1 , 51 )
@@ -97,7 +97,7 @@ def testExceptionContainmentMultiThreads(self):
97
97
98
98
def draw_map_wfs (name , save = 0 ):
99
99
100
- print ("making map in thread %s" % (name ))
100
+ # print("making map in thread %s" % (name))
101
101
mo = mapscript .mapObj (TESTMAPFILE )
102
102
103
103
# WFS layer
@@ -145,7 +145,7 @@ def draw_map_wfs(name, save=0):
145
145
146
146
def draw_map_wms (name , save = 0 ):
147
147
148
- print ("making map in thread %s" % (name ))
148
+ # print("making map in thread %s" % (name))
149
149
mo = mapscript .mapObj (TESTMAPFILE )
150
150
# WFS layer
151
151
lo = mapscript .layerObj ()
0 commit comments