sanchitshaleen commited on
Commit
893b115
·
verified ·
1 Parent(s): bf18366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ def get_current_time_in_timezone(timezone: str) -> str:
32
  return f"The current local time in {timezone} is: {local_time}"
33
  except Exception as e:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
- print(get_current_time_in_timezone.to_string())
36
 
37
 
38
  final_answer = FinalAnswerTool()
 
32
  return f"The current local time in {timezone} is: {local_time}"
33
  except Exception as e:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
 
35
 
36
 
37
  final_answer = FinalAnswerTool()