Remove double-use of logging.

This commit is contained in:
xales 2014-01-28 19:56:06 -05:00
parent d7f97e3018
commit d547f7ac21
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ mod std {
pub use kinds;
pub use local_data;
pub use logging;
pub use logging;
pub use option;
pub use os;
pub use rt;