Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
ofbiz-rhino
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4e00b21d
authored
2014-04-16 10:43:14 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove a debug log that I added.
1 parent
bc7952b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/r.js
lib/r.js
View file @
4e00b21
...
...
@@ -2358,7 +2358,6 @@ var requirejs, require, define, xpcUtil;
require
.
load
=
function
(
context
,
moduleName
,
url
)
{
load
(
url
);
console
.
log
(
'context='
+
context
);
//Support anonymous modules.
context
.
completeLoad
(
moduleName
);
...
...
Please
register
or
sign in
to post a comment