File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,6 @@ def CheckBoostDateTime(context):
334
334
}
335
335
"""
336
336
context .Message ('Check building against Boost.DateTime... ' )
337
- print ("env['CC']: %s, env['CXX']: %s" % (context .env ['CC' ], context .env ['CXX' ]))
338
337
_set_boost_path (context )
339
338
if context .env ['CC' ] == 'cl' :
340
339
# Use msvc's autolinking support.
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ def CheckProtobuf(context):
44
44
print ("Cannot find protoc!" )
45
45
return False
46
46
context .Message ('Check that protobuf header files are available...' )
47
- print ("env['CC']: %s, env['CXX']: %s" % (context .env ['CC' ], context .env ['CXX' ]))
48
47
source_file = r"""
49
48
#include <google/protobuf/generated_message_util.h>
50
49
#include <google/protobuf/message.h>
@@ -74,7 +73,6 @@ def CheckProtobuf(context):
74
73
print ("Cannot build with PROTOBUF headers." )
75
74
return False
76
75
context .Result (1 )
77
- print ("env['CC']: %s, env['CXX']: %s" % (context .env ['CC' ], context .env ['CXX' ]))
78
76
return True
79
77
_check_dict ['protobuf' ] = {'options' : _protobuf_option_dict ,
80
78
'checks' : [CheckProtobuf ]}
You can’t perform that action at this time.
0 commit comments