mirror of
https://github.com/golang/go
synced 2024-11-11 23:10:23 -07:00
remove noisy print
SVN=114939
This commit is contained in:
parent
b749038246
commit
8cdb71017a
@ -27,7 +27,6 @@ type Vector struct {
|
|||||||
// BUG: workaround for non-constant allocation.
|
// BUG: workaround for non-constant allocation.
|
||||||
// i must be a power of 10.
|
// i must be a power of 10.
|
||||||
func Alloc(i int) *[]Element {
|
func Alloc(i int) *[]Element {
|
||||||
print "Alloc ", i, "\n";
|
|
||||||
switch i {
|
switch i {
|
||||||
case 1:
|
case 1:
|
||||||
return new([1]Element);
|
return new([1]Element);
|
||||||
|
Loading…
Reference in New Issue
Block a user