Skip to content

Commit

Permalink
Remove stray print (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jun 19, 2021
1 parent 3cf7c63 commit 58f7181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/model/documentation_comment.dart
Expand Up @@ -235,7 +235,6 @@ mixin DocumentationComment
invocationIndex++;
return await config.tools.runner.run(args, content: basicMatch[2],
toolErrorCallback: (String message) async {
print('toolerrocallback for $args');
warn(PackageWarning.toolError, message: message);
}, environment: _toolsEnvironment(invocationIndex: invocationIndex));
});
Expand Down

0 comments on commit 58f7181

Please sign in to comment.