diff --git a/Archive.zip b/Archive.zip new file mode 100644 index 0000000..36d135b Binary files /dev/null and b/Archive.zip differ diff --git a/client/src/requests.js b/client/src/requests.js index 6e8dbee..ddb9964 100644 --- a/client/src/requests.js +++ b/client/src/requests.js @@ -5,7 +5,6 @@ const getInformation = (id, callback) => { url: `/information/${id}`, type: 'GET', }).done((data) => { - console.log(data) callback(data); }); }; diff --git a/package.json b/package.json index 411021e..113851b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "style-loader": "^0.20.2", "babel-preset-env": "^1.6.1", "css-loader": "^0.28.10", - "style-loader": "^0.20.2", "webpack": "^1.13.2" },