Skip to content

Commit 2404875

Browse files
committed
Merge branch 'master' into aot-online
2 parents 236ee18 + 58f7181 commit 2404875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/model/documentation_comment.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ mixin DocumentationComment
235235
invocationIndex++;
236236
return await config.tools.runner.run(args, content: basicMatch[2],
237237
toolErrorCallback: (String message) async {
238-
print('toolerrocallback for $args');
239238
warn(PackageWarning.toolError, message: message);
240239
}, environment: _toolsEnvironment(invocationIndex: invocationIndex));
241240
});

0 commit comments

Comments
 (0)