summaryrefslogtreecommitdiff
path: root/src/map/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/storage.c')
-rw-r--r--src/map/storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/storage.c b/src/map/storage.c
index 0158f38..ca7fa8b 100644
--- a/src/map/storage.c
+++ b/src/map/storage.c
@@ -228,8 +228,6 @@ int storage_storageget(struct map_session_data *sd,int index,int amount)
nullpo_retr(0, sd);
nullpo_retr(0, stor=account2storage(sd->status.account_id));
- printf("A!\n");
-
if(stor->storage_status == 1) { // storage open
if(index>=0 && index<MAX_STORAGE) { // valid index
if( (amount <= stor->storage[index].amount) && (amount > 0) ) { //valid amount