diff options
| author | Austin Hellyer <[email protected]> | 2016-11-29 20:51:10 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-29 22:27:59 -0800 |
| commit | 93b990d8d1bc9df69b8e27a3db61da570822aad6 (patch) | |
| tree | 6305cf635df90681527a8e736f65ff19f21fd8bc /src/client/mod.rs | |
| parent | Add more shiny readme badges (diff) | |
| download | serenity-93b990d8d1bc9df69b8e27a3db61da570822aad6.tar.xz serenity-93b990d8d1bc9df69b8e27a3db61da570822aad6.zip | |
Clean up the codebase
Diffstat (limited to 'src/client/mod.rs')
| -rw-r--r-- | src/client/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs index 41e982a..92b071e 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -812,8 +812,6 @@ impl Client { } } - // How to avoid the problem while still working on other parts of the - // library 101 loop { thread::sleep(Duration::from_secs(1)); } |