| Index: pkg/docgen/lib/docgen.dart
|
| diff --git a/pkg/docgen/lib/docgen.dart b/pkg/docgen/lib/docgen.dart
|
| index 1609d75d932de978c7351e90a82a8ce1ea7cb804..a7923e4d70292bc62f6192062c35e7a6f921174b 100644
|
| --- a/pkg/docgen/lib/docgen.dart
|
| +++ b/pkg/docgen/lib/docgen.dart
|
| @@ -685,7 +685,6 @@ class _Viewer {
|
|
|
| if(!FileSystemEntity.isFileSync(path.join(thePath, pubspecFileName))) {
|
| thePath = path.join(thePath, 'client');
|
| - print('trying the fallback: $thePath');
|
| if (!FileSystemEntity.isFileSync(path.join(thePath, pubspecFileName))) {
|
| throw new StateError('Could not find a pubspec file');
|
| }
|
|
|