remove extra code

This commit is contained in:
Braelyn Boynton
2024-09-05 14:48:28 +09:00
parent 7d4cf9a7bc
commit 9db3a4ab23
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
> 🚨 This fork has been deprecated. Please use the [official CrewAI repo](https://github.com/joaomdmoura/crewAI).
<div align="center">
![Logo of crewAI, two people rowing on a boat](./docs/crewai_logo.png)

View File

@@ -3,7 +3,6 @@ from datetime import datetime
from pydantic import BaseModel, Field, PrivateAttr
from crewai.utilities.printer import Printer
from datetime import datetime
class Logger(BaseModel):
verbose: bool = Field(default=False)