Skip to content

Commit d87ab62

Browse files
committed
Deleted unnecessary prints
1 parent 44847b7 commit d87ab62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/taco.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ static bool setSchedulingCommands(vector<vector<string>> scheduleCommands, parse
385385
string exprStr, i, iw, name;
386386
vector<string> i_vars, iw_vars;
387387

388-
for (auto& s : scheduleCommand) { cout << s << ", ";}
389-
cout << endl;
390388
taco_uassert(scheduleCommand.size() == 3 || scheduleCommand.size() == 4)
391389
<< "'precompute' scheduling directive takes 3 or 4 parameters: "
392390
<< "precompute(expr, i, iw [, workspace_name]) or precompute(expr, {i_vars}, "

0 commit comments

Comments
 (0)