Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmana committed Dec 13, 2024
1 parent 4410bca commit 4140783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/lib/license_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class LicenseConfig {
/// Returns the list of indices for the given [ext] of [removeLicenses]
/// containing the license text to remove if they exist or an empty YamlList.
YamlList getRemoveIndicesForExtension(String ext) {
print(ext);
final fileType = fileTypes[_removeDotFromExtension(ext)];
if (fileType != null) {
return fileType['remove'] as YamlList;
Expand Down

0 comments on commit 4140783

Please sign in to comment.