diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-26 01:00:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-26 01:00:55 -0700 |
commit | 38b145908bee4b7fd9be5d1310a0fe875d92aeff (patch) | |
tree | 755244a3844c9fd0e98731363aefc2b9dc8f6a51 /rust/src | |
parent | c58974c0a3aa22081717d6fce6580772e4ba2fa9 (diff) | |
download | fatcat-38b145908bee4b7fd9be5d1310a0fe875d92aeff.tar.gz fatcat-38b145908bee4b7fd9be5d1310a0fe875d92aeff.zip |
remove accidental println
Diffstat (limited to 'rust/src')
-rw-r--r-- | rust/src/api_server.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/api_server.rs b/rust/src/api_server.rs index 17ed29a6..e24b7e39 100644 --- a/rust/src/api_server.rs +++ b/rust/src/api_server.rs @@ -751,7 +751,6 @@ impl Server { if contrib_list.is_empty() { Some(vec![]) } else { - println!("{:#?}", contrib_list); let contrib_rows: Vec<ReleaseContribNewRow> = contrib_list .iter() .map(|c| ReleaseContribNewRow { |