Morpheus / mbed-tools

Fork of mbed-tools by -deleted-

Revision:
18:a11682f62707
Parent:
17:f0d03f4a04e2
--- a/toolchains/__init__.py	Wed Apr 06 03:08:27 2016 +0100
+++ b/toolchains/__init__.py	Wed Apr 06 03:21:24 2016 +0100
@@ -496,7 +496,6 @@
         for source in files_to_compile:
             _, name, _ = split_path(source)
             object = self.relative_object_path(build_path, base_path, source)
-            print object
 
             # Queue mode (multiprocessing)
             commands = self.compile_command(source, object, inc_paths)