Skip to content

Commit c6d4e09

Browse files
committed
Remove some debug statements
1 parent 4738f56 commit c6d4e09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/taco.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,6 @@ static bool setSchedulingCommands(vector<vector<string>> scheduleCommands, parse
484484
std::vector<ModeFormatPack> modeFormatPacks(dims.size(), Dense);
485485
Format format(modeFormatPacks);
486486
TensorVar workspace(name, Type(Float64, dims), format);
487-
cout << "Parser ORDER: " << dims.size() << endl;
488-
for (auto& d : dims) {cout << d << ", ";}
489-
cout << endl;
490487

491488
stmt = stmt.precompute(visitor.expr, origs, pres, workspace);
492489

0 commit comments

Comments
 (0)