Skip to content

Commit 39b1f49

Browse files
committed
Removed tailing console.log
1 parent 3e66349 commit 39b1f49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

angular-export.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ angular
1717
var keys = scope.keys;
1818
var headers = scope.headers;
1919
var filename = scope.filename;
20-
console.log(data)
2120

2221
if (data && !Array.isArray(data)) throwError("Data must be a valid javascript array");
2322
if (keys && !Array.isArray(keys)) throwError("Keys must be a valid javascript array");

0 commit comments

Comments
 (0)