Browse Source

remove comeent

Chris Bannister 10 năm trước cách đây
mục cha
commit
6ef11d3fe5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)