Skip to content

Commit c6aeb82

Browse files
committed
Address comments
1 parent 6e855e5 commit c6aeb82

File tree

3 files changed

+195
-197
lines changed

3 files changed

+195
-197
lines changed

rosidl_gen/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ async function generateInPath(path) {
5555
}
5656

5757
function generateInPathSyncWorker(targetPath) {
58-
console.log('generateInPathSyncWorker' + targetPath);
5958
try {
6059
// Use child_process.spawnSync for truly synchronous execution
6160
const result = require('child_process').spawnSync(
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
msg/Point.idl
2-
msg/Point.msg
2+
msg/Point.msg
3+
msg/Testing.idl
4+
msg/Testing.msg

0 commit comments

Comments
 (0)