Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Jan 30, 2024
1 parent 04c64ef commit 2c598e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agency_swarm/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ def _read_instructions(self):
self.instructions = f.read()
elif os.path.isfile(class_path):
with open(class_path, 'r') as f:
print("Reading instructions from class path: " + class_path)
self.instructions = f.read()

def get_class_folder_path(self):
Expand Down

0 comments on commit 2c598e2

Please sign in to comment.