Don't forget to remove ipdb from your code
Closed this issue · 4 comments
shivakrshn49 commented
For sure don't forget to remove ipdb statements in your code before you commit to repo, they will stop the process as you know
yashwanthbabu commented
@shivakrshn49 Yeah. I have been removing the ipdb statements before the commit to repo.
shivakrshn49 commented
@yashwanthbabu : But i had seen it in some views and so raised an issue, if you are removing then its fine.
shivakrshn49 commented
@yashwanthbabu : You din't removed ipdb see here
https://github.com/yashwanthbabu/DjangoBlog/blob/master/blog/views.py#L105
yashwanthbabu commented
@shivakrshn49 Thanks. Rectified it.