Skip to content

Commit 58f7181

Browse files
authored
Remove stray print (#2690)
1 parent 3cf7c63 commit 58f7181

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)