Project

General

Profile

« Previous | Next » 

Revision 5339

Added by berkley almost 14 years ago

removed system.outs

View differences:

ResourceHandler.java
279 279

  
280 280
            if (resource != null) {
281 281
                resource = request.getServletPath().substring(1);
282
                System.out.println("accessing resource: " + resource);
283 282

  
284 283
                params = new Hashtable<String, String[]>();
285 284
                initParams();
......
346 345
                    if (identifierId != null && identifierId.length() > 1)
347 346
                        identifierId = request.getPathInfo().substring(1); //trim the slash
348 347

  
349
                    System.out.println("identifierId:" + identifierId);
350

  
351 348
                    if (httpVerb == GET) {
352 349
                        String op = params.get(FUNCTION_KEYWORD)[0];
353
                        System.out.println("op:" + op);
354 350
                        if (op.equals(FUNCTION_NAME_ISREGISTERED)) {
355 351
                            isRegistered(identifierId);
356 352
                            status = true;

Also available in: Unified diff