Remove unnecessary error message when cocopods is not available (#13241)

* Remove unnecessary error message

* Add AUTHOR
This commit is contained in:
Yusuke Konishi 2017-12-08 11:48:59 +09:00 committed by xster
parent 276cbb1c27
commit ca5ab1b42a
2 changed files with 1 additions and 2 deletions

View File

@ -17,3 +17,4 @@ Vincent Le Quéméner <eu.lequem@gmail.com>
Mike Hoolehan <mike@hoolehan.com>
German Saprykin <saprykin.h@gmail.com>
Stefano Rodriguez <hlsroddy@gmail.com>
Yusuke Konishi <yahpeycoy0403@gmail.com>

View File

@ -66,8 +66,6 @@ class CocoaPods {
} // TODO(xster): Add more logic for handling merge conflicts.
await _runPodInstall(appIosDir, iosEngineDir);
} else {
throwToolExit('CocoaPods not available for project using Flutter plugins');
}
}