Selaa lähdekoodia

remove comeent

Chris Bannister 10 vuotta sitten
vanhempi
commit
6ef11d3fe5
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      cassandra_test.go

+ 0 - 1
cassandra_test.go

@@ -86,7 +86,6 @@ func createCluster() *ClusterConfig {
 }
 
 func createKeyspace(tb testing.TB, cluster *ClusterConfig, keyspace string) {
-	log.Println("CREATE KEYSPACE", keyspace)
 	session, err := cluster.CreateSession()
 	if err != nil {
 		tb.Fatal("createSession:", err)