Removing a pointless error message

This commit is contained in:
Will Marshall
2014-07-31 12:23:22 +10:00
parent 0f76892a5b
commit d9f3dfb571

View File

@@ -19,7 +19,7 @@ Darkswarm.factory 'Cart', (CurrentOrder, Variants, $timeout, $http)->
$http.post('/orders/populate', @data()).success (data, status)=>
@saved()
.error (response, status)=>
alert "There was an error on the server! Please refresh the page"
# TODO what shall we do here?
data: =>
variants = {}