remove color

This commit is contained in:
leedongmyung[desktop] 2023-11-16 19:43:58 +09:00
parent cc2741da19
commit 03e5cbb006

View file

@ -71,9 +71,7 @@ class Application {
}
_jenkinsData = DataJenkins.fromJson(jenkinsMap!);
var content = await getBuildData();
CLI.printString(CLI.style(content, color: Color.green));
buildMap = getMapFromYaml(content);
buildMap = getMapFromYaml(await getBuildData());
break;
case BuildType.file: