Browse Source

remove comeent

Chris Bannister 10 years ago
parent
commit
6ef11d3fe5
1 changed files with 0 additions and 1 deletions
  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)