Skip to content

Commit 4f0ef39

Browse files
authored
Merge pull request #716 from wprzytula/logging-example-remove-obsolete-comment
examples: logging: removed obsolete comment
2 parents 1a913a1 + 3b598d6 commit 4f0ef39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/logging.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ async fn main() -> Result<()> {
1919
let session: Session = SessionBuilder::new().known_node(uri).build().await?;
2020
session.query("CREATE KEYSPACE IF NOT EXISTS ks WITH REPLICATION = {'class' : 'SimpleStrategy', 'replication_factor' : 1}", &[]).await?;
2121

22-
// This query should generate a warning message
2322
session.query("USE ks", &[]).await?;
2423

2524
Ok(())

0 commit comments

Comments
 (0)