Removed all the panics from the client code and Freddie. Swapped in the log package everywhere.
There's a couple of panics left in the egress server. My understanding is that this is fine, since the panics were a problem only for Flashlight. LMK if I'm wrong about that.
Closes https://github.com/getlantern/broflake/issues/39
Adding reviewers for visibility.
Removed all the panics from the client code and Freddie. Swapped in the
log
package everywhere.There's a couple of panics left in the egress server. My understanding is that this is fine, since the panics were a problem only for Flashlight. LMK if I'm wrong about that.