remove log

This commit is contained in:
Caijinglong
2019-08-20 10:05:24 +08:00
parent 75df3b8fce
commit 73dccc3453

View File

@@ -57,7 +57,6 @@ class Generator {
final inputName = inputKeyValue[1].trim();
template.className = inputName;
print("设置 template class name 为 $inputName");
}
}