From 4f4f83402bab69a6f09e3e2c713c10642ce28868 Mon Sep 17 00:00:00 2001 From: Waylon Flinn Date: Fri, 22 Apr 2016 12:11:14 -0500 Subject: [PATCH] cleanup --- test/all.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/all.js b/test/all.js index f874f0c..e8f8d1a 100644 --- a/test/all.js +++ b/test/all.js @@ -21,9 +21,7 @@ testLoad(path.join(__dirname, 'fixtures/default.txt'), function(data){ t.equals(actual, expected); - //generate(, { "assert" : t.assert }, md); }); - }); });