Explorar el Código

remove comeent

Chris Bannister hace 10 años
padre
commit
6ef11d3fe5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)