Removed console.log

This commit is contained in:
Marcin Kurczewski 2014-02-18 21:14:08 +01:00
parent 43a33e579d
commit 4469767d8f
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ function setCookie(name, value, exdays)
function getCookie(name)
{
console.log(document.cookie);
var value = document.cookie;
var start = value.indexOf(' ' + name + '=');

View file

@ -97,7 +97,6 @@ $(function()
var postDom = posts.first();
var url = postDom.find('form').attr('action') + '?json';
console.log(postDom.find('form').get(0));
var fd = new FormData(postDom.find('form').get(0));
fd.append('file', postDom.data('file'));