Do you have time not to write unit tests? When things go bad, do you know WHERE they went bad? Can you reactor refactor code and know that things will continue to work.
When you maintain tests you get a better picture of what has changed in the system. You can always throw out tests that are no longer useful (if you can't perhaps purity is becoming an issue).
I come from a background where they don't believe in unit testing and I've seen how bad things can get when we don't get the feedback you get from testing. Yes, it costs to write tests, but it costs not to test. The important thing is to find a balance; the balance is not 0.
