We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf7c63 commit 58f7181Copy full SHA for 58f7181
lib/src/model/documentation_comment.dart
@@ -235,7 +235,6 @@ mixin DocumentationComment
235
invocationIndex++;
236
return await config.tools.runner.run(args, content: basicMatch[2],
237
toolErrorCallback: (String message) async {
238
- print('toolerrocallback for $args');
239
warn(PackageWarning.toolError, message: message);
240
}, environment: _toolsEnvironment(invocationIndex: invocationIndex));
241
});
0 commit comments