diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -20,10 +20,6 @@ //! configuration, these operations are available without authentication or //! with user authentication. //! -//! Per default, libnitrokey writes log messages, for example the packets that -//! are sent to and received from the stick, to the standard output. To -//! change this behaviour, use [`set_debug`][] or [`set_log_level`][]. -//! //! # Examples //! //! Connect to any Nitrokey and print its serial number: @@ -84,8 +80,6 @@ //! [`device`]: struct.AuthenticatedDevice.html#method.device //! [`get_hotp_code`]: trait.ProvideOtp.html#method.get_hotp_code //! [`get_totp_code`]: trait.ProvideOtp.html#method.get_totp_code -//! [`set_debug`]: fn.set_debug.html -//! [`set_log_level`]: fn.set_log_level.html //! [`AdminAuthenticatedDevice`]: struct.AdminAuthenticatedDevice.html //! [`UserAuthenticatedDevice`]: struct.UserAuthenticatedDevice.html //! [`UnauthenticatedDevice`]: struct.UnauthenticatedDevice.html |