Skip to content

Commit b0ab8df

Browse files
author
jordanmccullough
committed
Remove unnecessary console output of
1 parent 652bb07 commit b0ab8df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_javascript/curriculum.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ $(function(){
1212
{
1313
url: "https://api.github.com/users/"+username,
1414
success: function(data, textStatus, jqXHR){
15-
16-
console.log(data);
17-
18-
1915
$("<span/>",
2016
{
2117
class: "teacher-name",

0 commit comments

Comments
 (0)