remove debug print

This commit is contained in:
nwin 2015-02-22 13:34:24 +01:00
parent 37d79da201
commit a3460cf031

View File

@ -85,7 +85,6 @@ impl Attribute {
}
start = end + 1;
}
println!("{:?}", names);
Ok(names)
} else {
// Ignore error for now