Skip to content

Commit e08db98

Browse files
committed
Removed dead code
Signed-off-by: Gonzalo de Pedro <[email protected]>
1 parent 9d028fe commit e08db98

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rosidl_typesupport_protobuf_cpp/rosidl_typesupport_protobuf_cpp/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
# limitations under the License.
1616
#
1717
# ================================= Apache 2.0 =================================
18-
19-
from rosidl_cmake import generate_files
20-
2118
from rosidl_pycommon import generate_files
2219

2320
def get_template_mapping():

rosidl_typesupport_protobuf_cpp/rosidl_typesupport_protobuf_cpp/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def generate(
6767
templates_path=templates_path,
6868
output_path=output_path
6969
) as path_to_arguments_file:
70-
print('PATH: ', path_to_arguments_file)
7170
generated_files.extend(generate_cpp(path_to_arguments_file))
7271

7372
return generated_files

0 commit comments

Comments
 (0)